Changeset 4:6de89926e594 in lemon-project-template
- Timestamp:
- 06/24/09 12:22:23 (15 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r3 r4 99 99 ## It is used to configure the .exe installer created by CPACK. 100 100 ## Consider editing these values: 101 ## 101 102 ## - CPACK_PACKAGE_VENDOR 102 103 ## - CPACK_PACKAGE_DESCRIPTION_SUMMARY … … 104 105 ## - CPACK_NSIS_URL_INFO_ABOUT 105 106 ## - CPACK_NSIS_CONTACT 107 ## 108 ## Additionally, you may want to change the icons/images used by the 109 ## NSIS installer, i.e. these variables: 110 ## 111 ## - CPACK_NSIS_MUI_ICON 112 ## - CPACK_PACKAGE_ICON 113 ## - CPACK_NSIS_INSTALLED_ICON_NAME 114 ## 115 ## and/or the files they point to. 106 116 ####################################################################### 107 117 … … 133 143 134 144 SET(CPACK_GENERATOR "NSIS") 145 146 SET(CPACK_NSIS_MUI_ICON "${PROJECT_SOURCE_DIR}/cmake/nsis/lemon-project.ico") 147 SET(CPACK_NSIS_MUI_UNIICON "${PROJECT_SOURCE_DIR}/cmake/nsis/uninstall.ico") 148 SET(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/cmake/nsis\\\\installer.bmp") 149 SET(CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\lemon-project.ico") 150 135 151 SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY} ${PROJECT_NAME}") 136 152 SET(CPACK_NSIS_HELP_LINK "http:\\\\\\\\lemon.cs.elte.hu")
Note: See TracChangeset
for help on using the changeset viewer.