diff options
author | Brad King <brad.king@kitware.com> | 2018-12-13 15:29:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-12-13 15:29:12 (GMT) |
commit | 65b54a01ad3ee83023707a5bd4bc119a4ff5b7b1 (patch) | |
tree | 1bcd438fdada03dc544211b9ae3fd9efc7226afd | |
parent | e2d0da3366ca09f98be4f5557397838f4a59f49f (diff) | |
parent | 34b7003d2a4edd84c54188c36ed6c5828aac5d9b (diff) | |
download | CMake-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
-rw-r--r-- | Help/command/get_target_property.rst | 2 |
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. |