summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@gmail.com>2018-12-13 10:05:04 (GMT)
committerTobias Hunger <tobias.hunger@gmail.com>2018-12-13 10:05:04 (GMT)
commit34b7003d2a4edd84c54188c36ed6c5828aac5d9b (patch)
tree1dadff322edf03e5d63ef936f1bcc537fe66e81f
parentdea01ac30a00ddf495eda3b60f3818f2340d8fba (diff)
downloadCMake-34b7003d2a4edd84c54188c36ed6c5828aac5d9b.zip
CMake-34b7003d2a4edd84c54188c36ed6c5828aac5d9b.tar.gz
CMake-34b7003d2a4edd84c54188c36ed6c5828aac5d9b.tar.bz2
Documentation: Reference list of target properties in get_target_property
-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.