summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-10 15:34:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-10 15:35:04 (GMT)
commitd08f3f551fa94b13a1d43338eaed68bcecb95cff (patch)
tree619d1f09029e48330fd7a86848e4255ee902e609 /Help/prop_tgt
parent1be22978e0ec3766c457216af348c8dca4d7cca2 (diff)
parent1f4d7a0715dd33100c61bd51d0504840923300f6 (diff)
downloadCMake-d08f3f551fa94b13a1d43338eaed68bcecb95cff.zip
CMake-d08f3f551fa94b13a1d43338eaed68bcecb95cff.tar.gz
CMake-d08f3f551fa94b13a1d43338eaed68bcecb95cff.tar.bz2
Merge topic 'unhardcode-configuration-types'
1f4d7a07 Help: Add references and backticks in LINK_FLAGS prop_tgt 48f7e2d3 Unhardcode the CMAKE_CONFIGURATION_TYPES values Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1345
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/LINK_FLAGS.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_tgt/LINK_FLAGS.rst b/Help/prop_tgt/LINK_FLAGS.rst
index 409d00a..b09e7c1 100644
--- a/Help/prop_tgt/LINK_FLAGS.rst
+++ b/Help/prop_tgt/LINK_FLAGS.rst
@@ -4,5 +4,6 @@ LINK_FLAGS
Additional flags to use when linking this target.
The LINK_FLAGS property can be used to add extra flags to the link
-step of a target. LINK_FLAGS_<CONFIG> will add to the configuration
-<CONFIG>, for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO.
+step of a target. :prop_tgt:`LINK_FLAGS_<CONFIG>` will add to the
+configuration ``<CONFIG>``, for example, ``DEBUG``, ``RELEASE``,
+``MINSIZEREL``, ``RELWITHDEBINFO``, ...