more on installer
This commit is contained in:
parent
17596a4c7e
commit
d57f62b07e
1 changed files with 2 additions and 1 deletions
|
@ -52,6 +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"
|
||||
"${CMAKE_SOURCE_DIR}/misc/kima2.ico"
|
||||
DESTINATION bin)
|
||||
set(CPACK_NSIS_MENU_LINKS "bin\\\\Benutzerhandbuch.pdf" "Handbuch")
|
||||
else(WIN32 AND NOT UNIX)
|
||||
|
|
Loading…
Reference in a new issue