summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-12-13 15:29:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-12-13 15:29:12 (GMT)
commit65b54a01ad3ee83023707a5bd4bc119a4ff5b7b1 (patch)
tree1bcd438fdada03dc544211b9ae3fd9efc7226afd /Help
parente2d0da3366ca09f98be4f5557397838f4a59f49f (diff)
parent34b7003d2a4edd84c54188c36ed6c5828aac5d9b (diff)
downloadCMake-65b54a01ad3ee83023707a5bd4bc119a4ff5b7b1.zip
CMake-65b54a01ad3ee83023707a5bd4bc119a4ff5b7b1.tar.gz
CMake-65b54a01ad3ee83023707a5bd4bc119a4ff5b7b1.tar.bz2
Merge topic 'doc-get-target-property'
34b7003d2a Documentation: Reference list of target properties in get_target_property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2736
Diffstat (limited to 'Help')
-rw-r--r--Help/command/get_target_property.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/get_target_property.rst b/Help/command/get_target_property.rst
index cbf4721..4327681 100644
--- a/Help/command/get_target_property.rst
+++ b/Help/command/get_target_property.rst
@@ -23,3 +23,5 @@ target so far created. The targets do not need to be in the current
``CMakeLists.txt`` file.
See also the more general :command:`get_property` command.
+
+See :ref:`Target Properties` for the list of properties known to CMake.