summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-19 12:05:29 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-19 12:05:29 (GMT)
commit89ee7ce3eae494c1d5fa4be3106e27aef5286500 (patch)
tree57448d78b736f5c244dd578fe324c9638bc7d938 /Help/command
parentc27e3e0f2bf6163aa413fbe95ddcda2005185af6 (diff)
downloadCMake-89ee7ce3eae494c1d5fa4be3106e27aef5286500.zip
CMake-89ee7ce3eae494c1d5fa4be3106e27aef5286500.tar.gz
CMake-89ee7ce3eae494c1d5fa4be3106e27aef5286500.tar.bz2
Help: Reference set_property from set_target_properties
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/set_target_properties.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/set_target_properties.rst b/Help/command/set_target_properties.rst
index 77c631d..7db952d 100644
--- a/Help/command/set_target_properties.rst
+++ b/Help/command/set_target_properties.rst
@@ -15,4 +15,6 @@ set next. You can use any prop value pair you want and extract it
later with the :command:`get_property` or :command:`get_target_property`
command.
+See also the :command:`set_property(TARGET)` command.
+
See :ref:`Target Properties` for the list of properties known to CMake.