mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Help: add inter link anchors for install() commands
This commit is contained in:
committed by
Brad King
parent
d84fb10034
commit
19e15853e9
@@ -99,6 +99,7 @@ Windows platforms are unaffected.
|
||||
Installing Targets
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. _`install(TARGETS)`:
|
||||
.. _TARGETS:
|
||||
|
||||
.. code-block:: cmake
|
||||
@@ -327,6 +328,8 @@ use "generator expressions" with the syntax ``$<...>``. See the
|
||||
Installing Files
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
.. _`install(FILES)`:
|
||||
.. _`install(PROGRAMS)`:
|
||||
.. _FILES:
|
||||
.. _PROGRAMS:
|
||||
|
||||
@@ -404,6 +407,7 @@ use "generator expressions" with the syntax ``$<...>``. See the
|
||||
Installing Directories
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. _`install(DIRECTORY)`:
|
||||
.. _DIRECTORY:
|
||||
|
||||
.. code-block:: cmake
|
||||
@@ -528,6 +532,8 @@ manual for available expressions.
|
||||
Custom Installation Logic
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. _`install(CODE)`:
|
||||
.. _`install(SCRIPT)`:
|
||||
.. _CODE:
|
||||
.. _SCRIPT:
|
||||
|
||||
@@ -557,6 +563,7 @@ name, not the file's contents). See the
|
||||
Installing Exports
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. _`install(EXPORT)`:
|
||||
.. _EXPORT:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
Reference in New Issue
Block a user