ladybird/Tests/LibThreading/CMakeLists.txt

5 lines
166 B
CMake

file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibThreading LIBS LibThreading LibPthread)
endforeach()