summaryrefslogtreecommitdiffstats
path: root/kworldwatch/pics/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-18 15:33:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-18 15:39:42 +0100
commitea4db78c2f65b301fccb10dccc07c87365e4ca94 (patch)
tree583c7425521341d2f8b555125dd0f13e94b21856 /kworldwatch/pics/CMakeLists.txt
parent8f9720b20698b0a8a43db7c39d03bd6f51c4f21e (diff)
downloadtdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.tar.gz
tdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.zip
Initial conversion to cmake
Thanks to Fat-Zer (cherry picked from commit c4c9c9fd262dd8450c1cf4454183b03173a3b092)
Diffstat (limited to 'kworldwatch/pics/CMakeLists.txt')
-rw-r--r--kworldwatch/pics/CMakeLists.txt17
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
+)
+