1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00
serenity/Tests/LibCompress/CMakeLists.txt
2021-05-06 17:54:28 +02:00

5 lines
154 B
CMake

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