ladybird/Tests/LibCompress/CMakeLists.txt

6 lines
154 B
CMake
Raw Normal View History

file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibCompress LIBS LibCompress)
endforeach()