summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-03 13:17:23 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-06 21:15:53 (GMT)
commit645500b413d501133bbb78548d611f49c91ae2cb (patch)
tree9f69a5268f0118c9bdd5f73a551bf319d0cdd6d6 /Help
parent85a4fad78c187ef6b595a62d01e1f7b534c45fe3 (diff)
downloadCMake-645500b413d501133bbb78548d611f49c91ae2cb.zip
CMake-645500b413d501133bbb78548d611f49c91ae2cb.tar.gz
CMake-645500b413d501133bbb78548d611f49c91ae2cb.tar.bz2
Help: Add hyperlink targets to some manual sections.
These can be refered to from the command documentation and other relevant locations.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 8a21adf..af68ca4 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -171,6 +171,9 @@ can be enabled to add the corresponding directories to the
targets in multiple different directories convenient through use of the
:command:`target_link_libraries` command.
+
+.. _`Target Usage Requirements`:
+
Transitive Usage Requirements
-----------------------------
@@ -641,6 +644,8 @@ Some target types do not represent outputs of the buildsystem, but only inputs
such as external dependencies, aliases or other non-build artifacts. Pseudo
targets are not represented in the generated buildsystem.
+.. _`Imported Targets`:
+
Imported Targets
----------------
@@ -677,6 +682,8 @@ accessible globally in the buildsystem.
See the :manual:`cmake-packages(7)` manual for more on creating packages
with :prop_tgt:`IMPORTED` targets.
+.. _`Alias Targets`:
+
Alias Targets
-------------
@@ -718,6 +725,8 @@ property from it:
message(STATUS "The name Upstream::lib1 is an ALIAS for ${_aliased}.")
endif()
+.. _`Interface Libraries`:
+
Interface Libraries
-------------------