summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeren Minor <beren.minor+git@gmail.com>2017-11-27 18:22:16 (GMT)
committerBeren Minor <beren.minor+git@gmail.com>2018-01-08 20:15:16 (GMT)
commit1f4d7a0715dd33100c61bd51d0504840923300f6 (patch)
tree6995e5b4ed04af277adaec605a852ba9ef3f5100
parent48f7e2d30000dc57c31d3e3ab81077950704a587 (diff)
downloadCMake-1f4d7a0715dd33100c61bd51d0504840923300f6.zip
CMake-1f4d7a0715dd33100c61bd51d0504840923300f6.tar.gz
CMake-1f4d7a0715dd33100c61bd51d0504840923300f6.tar.bz2
Help: Add references and backticks in LINK_FLAGS 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 0940121..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``, ...