diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-03-06 22:23:08 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-03-06 22:23:08 (GMT) |
commit | d4719a8d369466eae7aa4d9491a4729376292e3c (patch) | |
tree | 637c91e7093d7cba95df041dcd83327d46d2ecdb /Modules/CPack.cmake | |
parent | 155e6443657800eeb9e4dd20aa00a21b4610148e (diff) | |
download | CMake-d4719a8d369466eae7aa4d9491a4729376292e3c.zip CMake-d4719a8d369466eae7aa4d9491a4729376292e3c.tar.gz CMake-d4719a8d369466eae7aa4d9491a4729376292e3c.tar.bz2 |
Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r-- | Modules/CPack.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index b506711..571770e 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -101,6 +101,11 @@ ##end # ##variable +# CPACK_PACKAGE_ICON - A branding image that will be displayed inside +# the installer (used by GUI installers). +##end +# +##variable # CPACK_PROJECT_CONFIG_FILE - CPack-time project CPack configuration # file. This file included at cpack time, once per # generator after CPack has set CPACK_GENERATOR to the actual generator @@ -247,6 +252,15 @@ # CPACK_INSTALLED_DIRECTORIES - Extra directories to install. ##end # +##variable +# CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Registry key used when +# installing this project. This is only used +# by installer for Windows. +##end +##variable +# CPACK_CREATE_DESKTOP_LINKS - List of desktop links to create. +##end +# #============================================================================= # Copyright 2006-2009 Kitware, Inc. |