mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00: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()
|