summaryrefslogtreecommitdiffstats
path: root/colorscheme/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'colorscheme/CMakeLists.txt')
-rw-r--r--colorscheme/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/colorscheme/CMakeLists.txt b/colorscheme/CMakeLists.txt
new file mode 100644
index 0000000..7e10f88
--- /dev/null
+++ b/colorscheme/CMakeLists.txt
@@ -0,0 +1,11 @@
+##### other data
+
+install(
+ FILES AquaBlue.kcsrc
+ DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes
+)
+
+install(
+ FILES AquaGraphite.kcsrc
+ DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes
+)