summaryrefslogtreecommitdiff
path: root/Userland/DevTools/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-12 12:18:55 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-12 12:18:55 +0100
commit4055b0329117c1a280080bbd638eb48bafe29638 (patch)
treeee229fbeca2708ce66a3a8b377eee8974c0f5c5e /Userland/DevTools/CMakeLists.txt
parent13d7c09125f8eec703d0a43a9a87fc8aa08f7319 (diff)
downloadserenity-4055b0329117c1a280080bbd638eb48bafe29638.zip
DevTools: Move to Userland/DevTools/
Diffstat (limited to 'Userland/DevTools/CMakeLists.txt')
-rw-r--r--Userland/DevTools/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Userland/DevTools/CMakeLists.txt b/Userland/DevTools/CMakeLists.txt
new file mode 100644
index 0000000000..b0d5aee0e3
--- /dev/null
+++ b/Userland/DevTools/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_subdirectory(HackStudio)
+add_subdirectory(Inspector)
+add_subdirectory(Playground)
+add_subdirectory(Profiler)
+add_subdirectory(UserspaceEmulator)