diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-12 12:02:43 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-12 12:04:20 +0100 |
commit | b8d6a56fa354a268e3fbfa4fb6d146e9bf60103e (patch) | |
tree | cfabe710c85b5f26133609b25e2da223099607d4 /Userland/CMakeLists.txt | |
parent | 7fc079bd86e066ec65ff7b9aed278a45a017baec (diff) | |
download | serenity-b8d6a56fa354a268e3fbfa4fb6d146e9bf60103e.zip |
MenuApplets: Move to Userland/MenuApplets/
Diffstat (limited to 'Userland/CMakeLists.txt')
-rw-r--r-- | Userland/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/CMakeLists.txt b/Userland/CMakeLists.txt index 6e8e1c90ea..e4a736e08a 100644 --- a/Userland/CMakeLists.txt +++ b/Userland/CMakeLists.txt @@ -1,5 +1,6 @@ add_subdirectory(Demos) add_subdirectory(DynamicLoader) +add_subdirectory(MenuApplets) add_subdirectory(Shell) add_subdirectory(Tests) add_subdirectory(Utilities) |