diff options
author | Brad King <brad.king@kitware.com> | 2018-03-19 12:05:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-19 12:05:29 (GMT) |
commit | 89ee7ce3eae494c1d5fa4be3106e27aef5286500 (patch) | |
tree | 57448d78b736f5c244dd578fe324c9638bc7d938 /Help/command/set_target_properties.rst | |
parent | c27e3e0f2bf6163aa413fbe95ddcda2005185af6 (diff) | |
download | CMake-89ee7ce3eae494c1d5fa4be3106e27aef5286500.zip CMake-89ee7ce3eae494c1d5fa4be3106e27aef5286500.tar.gz CMake-89ee7ce3eae494c1d5fa4be3106e27aef5286500.tar.bz2 |
Help: Reference set_property from set_target_properties
Diffstat (limited to 'Help/command/set_target_properties.rst')
-rw-r--r-- | Help/command/set_target_properties.rst | 2 |
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. |