ladybird/Tests/LibGfx/CMakeLists.txt
2024-10-18 18:12:45 +02:00

16 lines
332 B
CMake

set(TEST_SOURCES
BenchmarkJPEGLoader.cpp
TestColor.cpp
TestDeltaE.cpp
TestICCProfile.cpp
TestImageDecoder.cpp
TestImageWriter.cpp
TestMedianCut.cpp
TestRect.cpp
TestWOFF.cpp
TestWOFF2.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGfx LIBS LibGfx)
endforeach()