summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Internal/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-24 23:48:47 +1000
committerGitHub <noreply@github.com>2025-09-24 23:48:47 +1000
commit57e3989185b8209a11d79bac477479019d515180 (patch)
tree27e94dcaef9f41bb8f294eab1a91a27ce4da03d0 /plugin/src/Caelestia/Internal/CMakeLists.txt
parentplugin: sub namespace modules (diff)
downloadcaelestia-shell-57e3989185b8209a11d79bac477479019d515180.tar.gz
caelestia-shell-57e3989185b8209a11d79bac477479019d515180.tar.bz2
caelestia-shell-57e3989185b8209a11d79bac477479019d515180.zip
plugin: add hypr extras (#690)
* move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
Diffstat (limited to 'plugin/src/Caelestia/Internal/CMakeLists.txt')
-rw-r--r--plugin/src/Caelestia/Internal/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/Internal/CMakeLists.txt b/plugin/src/Caelestia/Internal/CMakeLists.txt
index 62aa516..96538b8 100644
--- a/plugin/src/Caelestia/Internal/CMakeLists.txt
+++ b/plugin/src/Caelestia/Internal/CMakeLists.txt
@@ -3,8 +3,11 @@ qml_module(caelestia-internal
SOURCES
cachingimagemanager.hpp cachingimagemanager.cpp
circularindicatormanager.hpp circularindicatormanager.cpp
+ hyprdevices.hpp hyprdevices.cpp
+ hyprextras.hpp hyprextras.cpp
LIBRARIES
Qt::Gui
Qt::Quick
Qt::Concurrent
+ Qt::Network
)