summaryrefslogtreecommitdiffstats
path: root/Help/command/set_property.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-14 18:41:31 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-14 18:41:31 (GMT)
commitfe3c6787785f624c6d74c91fa05f11c01d431585 (patch)
tree63aa1f973bf76d6cd289338e5b6a60c44aaab354 /Help/command/set_property.rst
parent7a409983292e0917cf1299d55ca601a92fd4a36e (diff)
downloadCMake-fe3c6787785f624c6d74c91fa05f11c01d431585.zip
CMake-fe3c6787785f624c6d74c91fa05f11c01d431585.tar.gz
CMake-fe3c6787785f624c6d74c91fa05f11c01d431585.tar.bz2
Help: Link to cmake-properties.7 manual from set_property docs
Diffstat (limited to 'Help/command/set_property.rst')
-rw-r--r--Help/command/set_property.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/set_property.rst b/Help/command/set_property.rst
index 6200230..5ed788e 100644
--- a/Help/command/set_property.rst
+++ b/Help/command/set_property.rst
@@ -64,3 +64,6 @@ property value in the form of a semicolon-separated list. If the
value. If the ``APPEND_STRING`` option is given the string is append to any
existing property value as string, i.e. it results in a longer string
and not a list of strings.
+
+See the :manual:`cmake-properties(7)` manual for a list of properties
+in each scope.