summaryrefslogtreecommitdiff
path: root/Userland/Utilities/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-12-16 19:18:37 +0100
committerAndreas Kling <kling@serenityos.org>2021-12-16 22:48:17 +0100
commit9e9662b695b8c38a57e84de5d9fe8495296c618e (patch)
tree1a5977742510bc568d0731813df886ac499aa32a /Userland/Utilities/CMakeLists.txt
parent2c3699e257f39060c43b0c7de58375360feea8df (diff)
downloadserenity-9e9662b695b8c38a57e84de5d9fe8495296c618e.zip
pls: Port to LibMain :^)
Diffstat (limited to 'Userland/Utilities/CMakeLists.txt')
-rw-r--r--Userland/Utilities/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt
index 999c54c7cf..139651a5c6 100644
--- a/Userland/Utilities/CMakeLists.txt
+++ b/Userland/Utilities/CMakeLists.txt
@@ -118,6 +118,7 @@ target_link_libraries(open LibDesktop)
target_link_libraries(pape LibGUI)
target_link_libraries(passwd LibCrypt LibMain)
target_link_libraries(paste LibGUI)
+target_link_libraries(pls LibMain)
target_link_libraries(pgrep LibRegex)
target_link_libraries(pls LibCrypt)
target_link_libraries(pmap LibMain)