summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/CMakeLists.txt
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-02-24 15:40:36 +0000
committerAndreas Kling <kling@serenityos.org>2021-02-24 20:40:00 +0100
commit0ffc06b795865314009c29b6930cab3603e7bcec (patch)
treeac05afef52f746eb9f4ce2d443d13f30a4319107 /Userland/DevTools/Profiler/CMakeLists.txt
parent8f867df31aaa249e100ade75d314a4037a8dfb96 (diff)
downloadserenity-0ffc06b795865314009c29b6930cab3603e7bcec.zip
Profiler: Add help documentation
Diffstat (limited to 'Userland/DevTools/Profiler/CMakeLists.txt')
-rw-r--r--Userland/DevTools/Profiler/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/DevTools/Profiler/CMakeLists.txt b/Userland/DevTools/Profiler/CMakeLists.txt
index 1cb7b95140..ef0413de0a 100644
--- a/Userland/DevTools/Profiler/CMakeLists.txt
+++ b/Userland/DevTools/Profiler/CMakeLists.txt
@@ -7,4 +7,4 @@ set(SOURCES
)
serenity_app(Profiler ICON app-profiler)
-target_link_libraries(Profiler LibGUI LibX86 LibCoreDump)
+target_link_libraries(Profiler LibGUI LibDesktop LibX86 LibCoreDump)