summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 15:54:01 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 15:54:01 +1000
commitc2aa63b99abb6d1388f0e4f5e64a20ee24dd7551 (patch)
treee9b146773dda02d0ec20a299469b2ddd839ae870 /plugin/src/Caelestia/CMakeLists.txt
parentplugin/managers: add CircularIndicatorManager (diff)
downloadcaelestia-shell-c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551.tar.gz
caelestia-shell-c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551.tar.bz2
caelestia-shell-c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551.zip
plugin: managers -> internal
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
-rw-r--r--plugin/src/Caelestia/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt
index 2832b5d..5fd8874 100644
--- a/plugin/src/Caelestia/CMakeLists.txt
+++ b/plugin/src/Caelestia/CMakeLists.txt
@@ -51,6 +51,6 @@ qml_module(caelestia
PkgConfig::Qalculate
)
-add_subdirectory(Managers)
+add_subdirectory(Internal)
add_subdirectory(Models)
add_subdirectory(Services)