mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
14 lines
340 B
CMake
14 lines
340 B
CMake
set(TEST_SOURCES
|
|
BenchmarkGfxPainter.cpp
|
|
BenchmarkJPEGLoader.cpp
|
|
TestFontHandling.cpp
|
|
TestICCProfile.cpp
|
|
TestImageDecoder.cpp
|
|
TestScalingFunctions.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibGfx LIBS LibGfx)
|
|
endforeach()
|
|
|
|
install(DIRECTORY test-inputs DESTINATION usr/Tests/LibGfx)
|