diff options
Diffstat (limited to 'Userland/Applets/Network')
-rw-r--r-- | Userland/Applets/Network/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applets/Network/CMakeLists.txt b/Userland/Applets/Network/CMakeLists.txt index 160506683c..8bddf69a97 100644 --- a/Userland/Applets/Network/CMakeLists.txt +++ b/Userland/Applets/Network/CMakeLists.txt @@ -9,4 +9,4 @@ set(SOURCES ) serenity_app(Network.Applet ICON network) -target_link_libraries(Network.Applet LibGUI LibCore LibGfx LibMain) +target_link_libraries(Network.Applet PRIVATE LibGUI LibCore LibGfx LibMain) |