summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-12 15:17:14 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-12 15:17:14 +0200
commit2d941130b2df776947e9632f8472b63f601b1eef (patch)
treec29522445352a55cc79eb6f8aade7f5492576ef0 /data/CMakeLists.txt
parent876fc624df9728ee0feee26e1b31b53ed9ef3326 (diff)
Update build system to install desktop file and icon by default
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index f808d92..12f1767 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -14,5 +14,9 @@ ADD_SUBDIRECTORY ( sound )
IF ( NOT Server )
INSTALL ( FILES tuxanci.svg
DESTINATION ${CMAKE_INSTALL_DOCDIR}/ )
+ INSTALL ( FILES tuxanci.svg
+ DESTINATION ${CMAKE_INSTALL_ICONDIR}/ }
+ INSTALL ( FILES tuxanci.desktop
+ DESTINATION ${CMAKE_INSTALL_DESKTOPDIR}/ }
ENDIF ( NOT Server )
###############################################################################