mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:57:44 +00:00
13 lines
312 B
CMake
13 lines
312 B
CMake
set(TEST_SOURCES
|
|
BenchmarkGfxPainter.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)
|