mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
a4c8353472
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. :^)
8 lines
138 B
CMake
8 lines
138 B
CMake
set(TEST_SOURCES
|
|
TestCmap.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibTTF LIBS LibGfx)
|
|
endforeach()
|