2006-02-27 18:58:20 +03:00
|
|
|
# This file will be configured to contain variables for CPack. These variables
|
|
|
|
# should be set in the CMake list file of the project before CPack module is
|
|
|
|
# included. Example variables are:
|
|
|
|
# CPACK_GENERATOR - Generator used to create package
|
2006-04-14 16:58:13 +04:00
|
|
|
# CPACK_INSTALL_CMAKE_PROJECTS - For each project (path, name, component)
|
|
|
|
# CPACK_CMAKE_GENERATOR - CMake Generator used for the projects
|
|
|
|
# CPACK_INSTALL_COMMANDS - Extra commands to install components
|
|
|
|
# CPACK_INSTALL_DIRECTORIES - Extra directories to install
|
2006-02-27 18:58:20 +03:00
|
|
|
# CPACK_PACKAGE_DESCRIPTION_FILE - Description file for the package
|
|
|
|
# CPACK_PACKAGE_DESCRIPTION_SUMMARY - Summary of the package
|
|
|
|
# CPACK_PACKAGE_EXECUTABLES - List of pairs of executables and labels
|
|
|
|
# CPACK_PACKAGE_FILE_NAME - Name of the package generated
|
|
|
|
# CPACK_PACKAGE_ICON - Icon used for the package
|
|
|
|
# CPACK_PACKAGE_INSTALL_DIRECTORY - Name of directory for the installer
|
|
|
|
# CPACK_PACKAGE_NAME - Package project name
|
|
|
|
# CPACK_PACKAGE_VENDOR - Package project vendor
|
|
|
|
# CPACK_PACKAGE_VERSION - Package project version
|
|
|
|
# CPACK_PACKAGE_VERSION_MAJOR - Package project version (major)
|
|
|
|
# CPACK_PACKAGE_VERSION_MINOR - Package project version (minor)
|
|
|
|
# CPACK_PACKAGE_VERSION_PATCH - Package project version (patch)
|
2006-01-09 19:26:31 +03:00
|
|
|
|
2006-02-27 18:58:20 +03:00
|
|
|
# There are certain generator specific ones
|
2006-01-09 19:26:31 +03:00
|
|
|
|
2006-02-27 18:58:20 +03:00
|
|
|
# NSIS Generator:
|
|
|
|
# CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Name of the registry key for the installer
|
|
|
|
# CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS - Extra commands used during uninstall
|
|
|
|
# CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra commands used during install
|
2006-01-09 19:26:31 +03:00
|
|
|
|
2006-02-27 18:58:20 +03:00
|
|
|
@_CPACK_OTHER_VARIABLES_@
|