Browse Source

Help: add inter link anchors for install() commands

NeroBurner-tux 6 years ago
parent
commit
19e15853e9
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Help/command/install.rst

+ 7 - 0
Help/command/install.rst

@@ -99,6 +99,7 @@ Windows platforms are unaffected.
 Installing Targets
 Installing Targets
 ^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^
 
 
+.. _`install(TARGETS)`:
 .. _TARGETS:
 .. _TARGETS:
 
 
 .. code-block:: cmake
 .. code-block:: cmake
@@ -327,6 +328,8 @@ use "generator expressions" with the syntax ``$<...>``.  See the
 Installing Files
 Installing Files
 ^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^
 
 
+.. _`install(FILES)`:
+.. _`install(PROGRAMS)`:
 .. _FILES:
 .. _FILES:
 .. _PROGRAMS:
 .. _PROGRAMS:
 
 
@@ -404,6 +407,7 @@ use "generator expressions" with the syntax ``$<...>``.  See the
 Installing Directories
 Installing Directories
 ^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^
 
 
+.. _`install(DIRECTORY)`:
 .. _DIRECTORY:
 .. _DIRECTORY:
 
 
 .. code-block:: cmake
 .. code-block:: cmake
@@ -528,6 +532,8 @@ manual for available expressions.
 Custom Installation Logic
 Custom Installation Logic
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 
+.. _`install(CODE)`:
+.. _`install(SCRIPT)`:
 .. _CODE:
 .. _CODE:
 .. _SCRIPT:
 .. _SCRIPT:
 
 
@@ -557,6 +563,7 @@ name, not the file's contents).  See the
 Installing Exports
 Installing Exports
 ^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^
 
 
+.. _`install(EXPORT)`:
 .. _EXPORT:
 .. _EXPORT:
 
 
 .. code-block:: cmake
 .. code-block:: cmake