1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

Flood: Link against all required libraries privately

Should have asked for a rebase on that PR due to the library linking
refactor!
This commit is contained in:
Andrew Kaster 2022-11-03 03:09:35 -06:00
parent 7eca8f7e62
commit 5453d6e5ec

View file

@ -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)