mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
7 lines
152 B
CMake
7 lines
152 B
CMake
set(TEST_SOURCES
|
|
TestThread.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibThreading LIBS LibThreading)
|
|
endforeach()
|