Browse Source

Help: Link to cmake-properties.7 manual from set_property docs

Brad King 10 years ago
parent
commit
fe3c678778
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Help/command/set_property.rst

+ 3 - 0
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.