CPackConfig.cmake.in 1.5 KB

1234567891011121314151617181920212223242526
  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_BINARY_DIR - Path to the build tree
  5. # CPACK_GENERATOR - Generator used to create package
  6. # CPACK_PACKAGE_DESCRIPTION_FILE - Description file for the package
  7. # CPACK_PACKAGE_DESCRIPTION_SUMMARY - Summary of the package
  8. # CPACK_PACKAGE_EXECUTABLES - List of pairs of executables and labels
  9. # CPACK_PACKAGE_FILE_NAME - Name of the package generated
  10. # CPACK_PACKAGE_ICON - Icon used for the package
  11. # CPACK_PACKAGE_INSTALL_DIRECTORY - Name of directory for the installer
  12. # CPACK_PACKAGE_NAME - Package project name
  13. # CPACK_PACKAGE_VENDOR - Package project vendor
  14. # CPACK_PACKAGE_VERSION - Package project version
  15. # CPACK_PACKAGE_VERSION_MAJOR - Package project version (major)
  16. # CPACK_PACKAGE_VERSION_MINOR - Package project version (minor)
  17. # CPACK_PACKAGE_VERSION_PATCH - Package project version (patch)
  18. # There are certain generator specific ones
  19. # NSIS Generator:
  20. # CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Name of the registry key for the installer
  21. # CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS - Extra commands used during uninstall
  22. # CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra commands used during install
  23. @_CPACK_OTHER_VARIABLES_@