diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-12 12:18:55 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-12 12:18:55 +0100 |
commit | 4055b0329117c1a280080bbd638eb48bafe29638 (patch) | |
tree | ee229fbeca2708ce66a3a8b377eee8974c0f5c5e /DevTools/Profiler/CMakeLists.txt | |
parent | 13d7c09125f8eec703d0a43a9a87fc8aa08f7319 (diff) | |
download | serenity-4055b0329117c1a280080bbd638eb48bafe29638.zip |
DevTools: Move to Userland/DevTools/
Diffstat (limited to 'DevTools/Profiler/CMakeLists.txt')
-rw-r--r-- | DevTools/Profiler/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/DevTools/Profiler/CMakeLists.txt b/DevTools/Profiler/CMakeLists.txt deleted file mode 100644 index 1cb7b95140..0000000000 --- a/DevTools/Profiler/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -set(SOURCES - DisassemblyModel.cpp - main.cpp - Profile.cpp - ProfileModel.cpp - ProfileTimelineWidget.cpp -) - -serenity_app(Profiler ICON app-profiler) -target_link_libraries(Profiler LibGUI LibX86 LibCoreDump) |