diff options
Diffstat (limited to 'data/themes/mana/CMakeLists.txt')
-rw-r--r-- | data/themes/mana/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/mana/CMakeLists.txt b/data/themes/mana/CMakeLists.txt new file mode 100644 index 000000000..6103cebe6 --- /dev/null +++ b/data/themes/mana/CMakeLists.txt @@ -0,0 +1,5 @@ +SET (FILES + colors.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/mana) |