mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
9 lines
191 B
CMake
9 lines
191 B
CMake
set(TEST_SOURCES
|
|
TestLibPthreadSpinLocks.cpp
|
|
TestLibPthreadRWLocks.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibPthread LIBS LibPthread)
|
|
endforeach()
|