summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2015-02-21 17:07:36 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2015-02-21 17:07:36 (GMT)
commite6731f486e466ddd58550851fb935dbda7939cac (patch)
tree1d91fa4fe37496d82738b0837e5d2c3f4da283cc /Help
parent279605f560312aab4dfeef4cce1c8c67d4083b4e (diff)
downloadCMake-e6731f486e466ddd58550851fb935dbda7939cac.zip
CMake-e6731f486e466ddd58550851fb935dbda7939cac.tar.gz
CMake-e6731f486e466ddd58550851fb935dbda7939cac.tar.bz2
CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-properties.7.rst1
-rw-r--r--Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst7
2 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst
index e3be399..19fdf23 100644
--- a/Help/manual/cmake-properties.7.rst
+++ b/Help/manual/cmake-properties.7.rst
@@ -324,6 +324,7 @@ Properties on Installed Files
/prop_inst/CPACK_NEVER_OVERWRITE.rst
/prop_inst/CPACK_PERMANENT.rst
/prop_inst/CPACK_START_MENU_SHORTCUTS.rst
+ /prop_inst/CPACK_STARTUP_SHORTCUTS.rst
/prop_inst/CPACK_WIX_ACL.rst
diff --git a/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst b/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst
new file mode 100644
index 0000000..8a16022
--- /dev/null
+++ b/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst
@@ -0,0 +1,7 @@
+CPACK_STARTUP_SHORTCUTS
+-----------------------
+
+Species a list of shortcut names that should be created in the Startup folder
+for this file.
+
+The property is currently only supported by the WIX generator.