mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
8 lines
152 B
CMake
8 lines
152 B
CMake
set(TEST_SOURCES
|
|
TestThread.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibThreading LIBS LibThreading)
|
|
endforeach()
|