diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-12 12:00:09 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-12 12:04:17 +0100 |
commit | 7fc079bd86e066ec65ff7b9aed278a45a017baec (patch) | |
tree | c5fc6549d629c08dc6abf7b954336f4300ff964e /CMakeLists.txt | |
parent | ececac65c23ef06243814725c49553ca94f676a2 (diff) | |
download | serenity-7fc079bd86e066ec65ff7b9aed278a45a017baec.zip |
Demos: Move to Userland/Demos/
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 54fe121b0d..253473f901 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,5 +151,4 @@ add_subdirectory(Applications) add_subdirectory(Games) add_subdirectory(DevTools) add_subdirectory(MenuApplets) -add_subdirectory(Demos) add_subdirectory(Userland) |