diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-29 12:11:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-29 12:11:08 +0200 |
commit | 16e9630b79f0a7a90c6cedb6781175bb8b337dc1 (patch) | |
tree | e1b09d277dec2057e6b995ec099dd2b1f2129b35 /app/lib/CMakeLists.txt | |
parent | 09795a01ef859f072920de9df974d1b03b9ab9a4 (diff) |
New upstream version 4.3.0upstream/4.3.0
Diffstat (limited to 'app/lib/CMakeLists.txt')
-rw-r--r-- | app/lib/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/lib/CMakeLists.txt b/app/lib/CMakeLists.txt index 2ec9d2d..3de124e 100644 --- a/app/lib/CMakeLists.txt +++ b/app/lib/CMakeLists.txt @@ -15,3 +15,14 @@ INSTALL(FILES xtrkcad.xtq DESTINATION ${XTRKCAD_SHARE_INSTALL_DIR} ) + +IF(UNIX AND NOT APPLE) + INSTALL(FILES + xtrkcad.desktop + DESTINATION "/usr/share/applications" + ) + INSTALL(FILES + xtrkcad.png + DESTINATION "/usr/share/pixmaps" + ) +ENDIF(UNIX AND NOT APPLE)
\ No newline at end of file |