Help: Add hyperlink targets to some manual sections.
These can be refered to from the command documentation and other relevant locations.
This commit is contained in:
parent
85a4fad78c
commit
645500b413
@ -171,6 +171,9 @@ can be enabled to add the corresponding directories to the
|
|||||||
targets in multiple different directories convenient through use of the
|
targets in multiple different directories convenient through use of the
|
||||||
:command:`target_link_libraries` command.
|
:command:`target_link_libraries` command.
|
||||||
|
|
||||||
|
|
||||||
|
.. _`Target Usage Requirements`:
|
||||||
|
|
||||||
Transitive 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
|
such as external dependencies, aliases or other non-build artifacts. Pseudo
|
||||||
targets are not represented in the generated buildsystem.
|
targets are not represented in the generated buildsystem.
|
||||||
|
|
||||||
|
.. _`Imported Targets`:
|
||||||
|
|
||||||
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
|
See the :manual:`cmake-packages(7)` manual for more on creating packages
|
||||||
with :prop_tgt:`IMPORTED` targets.
|
with :prop_tgt:`IMPORTED` targets.
|
||||||
|
|
||||||
|
.. _`Alias Targets`:
|
||||||
|
|
||||||
Alias Targets
|
Alias Targets
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
@ -718,6 +725,8 @@ property from it:
|
|||||||
message(STATUS "The name Upstream::lib1 is an ALIAS for ${_aliased}.")
|
message(STATUS "The name Upstream::lib1 is an ALIAS for ${_aliased}.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
.. _`Interface Libraries`:
|
||||||
|
|
||||||
Interface Libraries
|
Interface Libraries
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user