summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Services/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Services/CMakeLists.txt')
-rw-r--r--plugin/src/Caelestia/Services/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/Services/CMakeLists.txt b/plugin/src/Caelestia/Services/CMakeLists.txt
new file mode 100644
index 0000000..8ce868b
--- /dev/null
+++ b/plugin/src/Caelestia/Services/CMakeLists.txt
@@ -0,0 +1,14 @@
+qml_module(caelestia-services
+ URI Caelestia.Services
+ SOURCES
+ service.hpp service.cpp
+ serviceref.hpp serviceref.cpp
+ beattracker.hpp beattracker.cpp
+ audiocollector.hpp audiocollector.cpp
+ audioprovider.hpp audioprovider.cpp
+ cavaprovider.hpp cavaprovider.cpp
+ LIBRARIES
+ PkgConfig::Pipewire
+ PkgConfig::Aubio
+ PkgConfig::Cava
+)