mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00

Putting the LibTTF tests into the LibGfx directory worked fine before, but causes issues if we try and call this from Lagom. Also, it's tidier to put LibTTF tests in a LibTTF directory. :^)
7 lines
138 B
CMake
7 lines
138 B
CMake
set(TEST_SOURCES
|
|
TestCmap.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibTTF LIBS LibGfx)
|
|
endforeach()
|