From 5453d6e5ec7f2c2ad65babed09daaf959f969b4b Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Thu, 3 Nov 2022 03:09:35 -0600 Subject: [PATCH] Flood: Link against all required libraries privately Should have asked for a rebase on that PR due to the library linking refactor! --- Userland/Games/Flood/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Games/Flood/CMakeLists.txt b/Userland/Games/Flood/CMakeLists.txt index 5faeed61fb..c6a939290c 100644 --- a/Userland/Games/Flood/CMakeLists.txt +++ b/Userland/Games/Flood/CMakeLists.txt @@ -20,4 +20,4 @@ set(GENERATED_SOURCES ) serenity_app(Flood ICON app-flood) -target_link_libraries(Flood LibConfig LibGUI LibMain LibDesktop) +target_link_libraries(Flood PRIVATE LibConfig LibCore LibDesktop LibGfx LibGUI LibMain)