diff options
Diffstat (limited to 'kworldwatch/pics/CMakeLists.txt')
-rw-r--r-- | kworldwatch/pics/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kworldwatch/pics/CMakeLists.txt b/kworldwatch/pics/CMakeLists.txt new file mode 100644 index 0000000..8400c1f --- /dev/null +++ b/kworldwatch/pics/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES flag.png flag-mask.xpm + flag-red.png flag-blue.png flag-green.png + DESTINATION + ${DATA_INSTALL_DIR}/kworldclock/pics +) + |