CPackConfig.cmake.in 1.7 KB

1234567891011121314151617181920212223242526272829
  1. # This file will be configured to contain variables for CPack. These variables
  2. # should be set in the CMake list file of the project before CPack module is
  3. # included. Example variables are:
  4. # CPACK_GENERATOR - Generator used to create package
  5. # CPACK_INSTALL_CMAKE_PROJECTS - For each project (path, name, component)
  6. # CPACK_CMAKE_GENERATOR - CMake Generator used for the projects
  7. # CPACK_INSTALL_COMMANDS - Extra commands to install components
  8. # CPACK_INSTALL_DIRECTORIES - Extra directories to install
  9. # CPACK_PACKAGE_DESCRIPTION_FILE - Description file for the package
  10. # CPACK_PACKAGE_DESCRIPTION_SUMMARY - Summary of the package
  11. # CPACK_PACKAGE_EXECUTABLES - List of pairs of executables and labels
  12. # CPACK_PACKAGE_FILE_NAME - Name of the package generated
  13. # CPACK_PACKAGE_ICON - Icon used for the package
  14. # CPACK_PACKAGE_INSTALL_DIRECTORY - Name of directory for the installer
  15. # CPACK_PACKAGE_NAME - Package project name
  16. # CPACK_PACKAGE_VENDOR - Package project vendor
  17. # CPACK_PACKAGE_VERSION - Package project version
  18. # CPACK_PACKAGE_VERSION_MAJOR - Package project version (major)
  19. # CPACK_PACKAGE_VERSION_MINOR - Package project version (minor)
  20. # CPACK_PACKAGE_VERSION_PATCH - Package project version (patch)
  21. # There are certain generator specific ones
  22. # NSIS Generator:
  23. # CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Name of the registry key for the installer
  24. # CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS - Extra commands used during uninstall
  25. # CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra commands used during install
  26. @_CPACK_OTHER_VARIABLES_@