mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19: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:
parent
7eca8f7e62
commit
5453d6e5ec
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ set(GENERATED_SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_app(Flood ICON app-flood)
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue