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

This commit is contained in:
Brad King 2015-07-14 14:41:31 -04:00
parent 7a40998329
commit fe3c678778
1 changed files with 3 additions and 0 deletions

View File

@ -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.