diff --git a/Tests/LibGfx/CMakeLists.txt b/Tests/LibGfx/CMakeLists.txt index 67a4650f5c..71402111d4 100644 --- a/Tests/LibGfx/CMakeLists.txt +++ b/Tests/LibGfx/CMakeLists.txt @@ -5,7 +5,7 @@ set(TEST_SOURCES ) foreach(source IN LISTS TEST_SOURCES) - serenity_test("${source}" LibGfx LIBS LibGfx LibGUI) + serenity_test("${source}" LibGfx LIBS LibGfx) endforeach() install(FILES TestFont.font DESTINATION usr/Tests/LibGfx)