summaryrefslogtreecommitdiff
path: root/Templates/CPackConfig.cmake.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-14 08:58:13 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-14 08:58:13 -0400
commitc836be6f7bf92f209adfa1673a8252937ed8e537 (patch)
treeb0377588bfbdc2f4e0a9d0a58aa30b04a0df32c0 /Templates/CPackConfig.cmake.in
parent0adee1e6dd4f62bd64ff939f51ac75a07ac9c728 (diff)
downloadcmake-c836be6f7bf92f209adfa1673a8252937ed8e537.tar.gz
ENH: Start adding support for packaging component and to package into a subdirectory
Diffstat (limited to 'Templates/CPackConfig.cmake.in')
-rw-r--r--Templates/CPackConfig.cmake.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Templates/CPackConfig.cmake.in b/Templates/CPackConfig.cmake.in
index 0f4ecd0f20..0406392a5c 100644
--- a/Templates/CPackConfig.cmake.in
+++ b/Templates/CPackConfig.cmake.in
@@ -1,8 +1,11 @@
# 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_BINARY_DIR - Path to the build tree
# CPACK_GENERATOR - Generator used to create package
+# 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
# 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