more on installer
This commit is contained in:
parent
bce771b46f
commit
ba1a58dd5b
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ if (WIN32 AND NOT UNIX)
|
|||
set(CPACK_GENERATOR "NSIS;ZIP")
|
||||
#set(CPACK_CREATE_DESKTOP_LINKS "bin/kima2")
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/manual/Benutzerhandbuch.pdf"
|
||||
DESTINATION bin
|
||||
COMPONENT manualData)
|
||||
DESTINATION bin)
|
||||
set(CPACK_NSIS_MENU_LINKS "bin\\\\Benutzerhandbuch.pdf" "Handbuch")
|
||||
else(WIN32 AND NOT UNIX)
|
||||
set(CPACK_SOURCE_GENERATOR "TBZ2")
|
||||
|
|
Loading…
Reference in a new issue