summaryrefslogtreecommitdiffstats
path: root/themes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CMakeLists.txt')
-rw-r--r--themes/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt
new file mode 100644
index 0000000..04e1eac
--- /dev/null
+++ b/themes/CMakeLists.txt
@@ -0,0 +1,6 @@
+##### default themes ################################
+
+install(
+ DIRECTORY Default-theme Bushido-Yellow-theme
+ DESTINATION ${DATA_INSTALL_DIR}/deKorator/themes/
+)