ladybird/Tests/LibGfx/CMakeLists.txt
2024-09-19 06:21:33 +02:00

18 lines
360 B
CMake

set(TEST_SOURCES
BenchmarkGfxPainter.cpp
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()