diff --git a/Tests/LibTTF/CMakeLists.txt b/Tests/LibTTF/CMakeLists.txt index 15bdb527ab6..a88509d8cbe 100644 --- a/Tests/LibTTF/CMakeLists.txt +++ b/Tests/LibTTF/CMakeLists.txt @@ -3,5 +3,5 @@ set(TEST_SOURCES ) foreach(source IN LISTS TEST_SOURCES) - serenity_test("${source}" LibGfx) + serenity_test("${source}" LibTTF LIBS LibGfx) endforeach()