summaryrefslogtreecommitdiff
path: root/Userland/Services/DHCPClient
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/DHCPClient')
-rw-r--r--Userland/Services/DHCPClient/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/DHCPClient/CMakeLists.txt b/Userland/Services/DHCPClient/CMakeLists.txt
index c6f8b729f0..9d0f3519f9 100644
--- a/Userland/Services/DHCPClient/CMakeLists.txt
+++ b/Userland/Services/DHCPClient/CMakeLists.txt
@@ -11,4 +11,4 @@ set(SOURCES
)
serenity_bin(DHCPClient)
-target_link_libraries(DHCPClient LibCore LibMain)
+target_link_libraries(DHCPClient PRIVATE LibCore LibMain)