mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 09:27:00 +02:00
5 lines
166 B
CMake
5 lines
166 B
CMake
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
|
foreach(source ${TEST_SOURCES})
|
|
serenity_test(${source} LibThreading LIBS LibThreading LibPthread)
|
|
endforeach()
|