summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcocateh <misspelledcocteau@gmail.com>2022-02-28 16:54:59 +0100
committerAndreas Kling <kling@serenityos.org>2022-03-02 21:55:32 +0100
commitdd8fdf70773538d2582cf6cbeab00eea58a84b41 (patch)
treea7329797c9a8c78d5077f36c42f9f9766140846e
parent91fa10a0ab6bdb48e0f98d225bf87d77dcbce027 (diff)
downloadserenity-dd8fdf70773538d2582cf6cbeab00eea58a84b41.zip
Utilities: Lint CMakefiles.txt
Fixed an unalphabetical order of one of the entries.
-rw-r--r--Userland/Utilities/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt
index 9417de75ac..78376434b3 100644
--- a/Userland/Utilities/CMakeLists.txt
+++ b/Userland/Utilities/CMakeLists.txt
@@ -150,6 +150,7 @@ target_link_libraries(open LibDesktop LibMain)
target_link_libraries(pape LibGUI LibMain)
target_link_libraries(passwd LibCrypt LibMain)
target_link_libraries(paste LibGUI LibCore LibMain)
+target_link_libraries(pathchk LibMain)
target_link_libraries(pgrep LibRegex LibMain)
target_link_libraries(pidof LibMain)
target_link_libraries(ping LibMain)
@@ -161,7 +162,6 @@ target_link_libraries(profile LibMain)
target_link_libraries(ps LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(realpath LibMain)
-target_link_libraries(pathchk LibMain)
target_link_libraries(rev LibMain)
target_link_libraries(rm LibMain)
target_link_libraries(rmdir LibMain)