From c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:54:01 +1000 Subject: plugin: managers -> internal --- plugin/src/Caelestia/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/src/Caelestia/CMakeLists.txt') 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) -- cgit v1.2.3-freya