summaryrefslogtreecommitdiff
path: root/Tests/LibGfx/CMakeLists.txt
blob: cf18c0e16240f7777b6ad4db7e6991a5ffdf0da6 (plain)
1
2
3
4
5
6
7
8
9
set(TEST_SOURCES
    BenchmarkGfxPainter.cpp
    TestFontHandling.cpp
    TestImageDecoder.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibGfx LIBS LibGUI)
endforeach()