diff options
Diffstat (limited to 'konsole/other/wallpapers')
-rw-r--r-- | konsole/other/wallpapers/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/konsole/other/wallpapers/CMakeLists.txt b/konsole/other/wallpapers/CMakeLists.txt new file mode 100644 index 000000000..709e996a4 --- /dev/null +++ b/konsole/other/wallpapers/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Paper01.jpg Blkmarble.jpg gray02.jpg Metric-Monospace-14.png + DESTINATION ${DATA_INSTALL_DIR}/konsole/wallpapers ) |