mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:58:12 +00:00

This is in Tests/LibTTF instead of Tests/LibGfx because Tests/LibGfx depends on serenity's file system layout and can't run in lagom, but this new test runs just fine in lagom.
7 lines
126 B
CMake
7 lines
126 B
CMake
set(TEST_SOURCES
|
|
TestCmap.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibGfx)
|
|
endforeach()
|