mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03:00
6 lines
154 B
CMake
6 lines
154 B
CMake
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
|
|
|
foreach(source ${TEST_SOURCES})
|
|
serenity_test(${source} LibCompress LIBS LibCompress)
|
|
endforeach()
|