1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Tests/LibCompress/CMakeLists.txt

11 lines
222 B
CMake

set(TEST_SOURCES
TestDeflate.cpp
TestGzip.cpp
TestLzw.cpp
TestPackBits.cpp
TestZlib.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibCompress LIBS LibCompress)
endforeach()