Newer
Older
minerva / Tests / LibTTF / CMakeLists.txt
@minerva minerva on 13 Jul 137 bytes Initial commit
set(TEST_SOURCES
    TestCmap.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    minerva_test("${source}" LibTTF LIBS LibGfx)
endforeach()