summaryrefslogtreecommitdiffstats
path: root/data/msgcolors
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-08 22:21:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-22 13:29:16 +0900
commit79d24411875b27f4af6278c6ad9186158b3aa3b8 (patch)
treec638c28eeddd69a9e8b9b0feb0d6f870aaf7a773 /data/msgcolors
parente304398a568bfdba21ff36074c21e0799d5bba48 (diff)
downloadkvirc-feat/cmake-conversion.tar.gz
kvirc-feat/cmake-conversion.zip
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'data/msgcolors')
-rw-r--r--data/msgcolors/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/msgcolors/CMakeLists.txt b/data/msgcolors/CMakeLists.txt
new file mode 100644
index 00000000..376af19e
--- /dev/null
+++ b/data/msgcolors/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _msgclr_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.msgclr )
+
+install(
+ FILES ${_msgclr_files}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/msgcolors
+)