summaryrefslogtreecommitdiff
path: root/icons/CMakeLists.txt
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-10-26 19:34:59 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-10-26 19:34:59 +0000
commitfd2152bcd50d97e59a43633dfd8783c8c01f9069 (patch)
tree63510be5e79b4d1ad80838f5870b59385e648f02 /icons/CMakeLists.txt
parentb4abaf262dab911de9eca488ef3682c615e7e01a (diff)
downloadclientdata-fd2152bcd50d97e59a43633dfd8783c8c01f9069.tar.gz
clientdata-fd2152bcd50d97e59a43633dfd8783c8c01f9069.tar.bz2
clientdata-fd2152bcd50d97e59a43633dfd8783c8c01f9069.tar.xz
clientdata-fd2152bcd50d97e59a43633dfd8783c8c01f9069.zip
Merged CMake branch
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r--icons/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
new file mode 100644
index 00000000..30d96d86
--- /dev/null
+++ b/icons/CMakeLists.txt
@@ -0,0 +1,9 @@
+SET(FILES
+ tmw-icon.ico
+ tmw-icon.png
+ tmw-icon.xpm
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons)
+
+INSTALL(FILES "tmw-icon.png" DESTINATION share/pixmaps RENAME tmw.png)