diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-12 15:17:14 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-12 15:17:14 +0200 |
| commit | 2d941130b2df776947e9632f8472b63f601b1eef (patch) | |
| tree | c29522445352a55cc79eb6f8aade7f5492576ef0 /data | |
| parent | 876fc624df9728ee0feee26e1b31b53ed9ef3326 (diff) | |
Update build system to install desktop file and icon by default
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 4 |
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 ) ############################################################################### |