summaryrefslogtreecommitdiff
path: root/Tests/LibTTF/CMakeLists.txt
blob: 15bdb527ab6895b870acd2bd1e5c2cd3e4dd322c (plain)
1
2
3
4
5
6
7
set(TEST_SOURCES
    TestCmap.cpp
)

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