summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorNeroBurner-tux <pyro4hell@gmail.com>2019-02-27 20:37:51 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-28 16:49:23 (GMT)
commit19e15853e9ace8df5acfd784811479cc14d3a369 (patch)
tree865785505b3afb6da7d7952a987541878ddcc97a /Help/command
parentd84fb10034fc7371474c3d1413e78c317f743833 (diff)
downloadCMake-19e15853e9ace8df5acfd784811479cc14d3a369.zip
CMake-19e15853e9ace8df5acfd784811479cc14d3a369.tar.gz
CMake-19e15853e9ace8df5acfd784811479cc14d3a369.tar.bz2
Help: add inter link anchors for install() commands
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/install.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst
index 8c98b65..5580a20 100644
--- a/Help/command/install.rst
+++ b/Help/command/install.rst
@@ -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