mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Help: Link to cmake-language(7) list docs from list() command docs
Fixes: #25036
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
list
|
list
|
||||||
----
|
----
|
||||||
|
|
||||||
List operations.
|
Operations on :ref:`semicolon-separated lists <CMake Language Lists>`.
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
@@ -56,6 +56,10 @@ propagation.
|
|||||||
(Note that macro arguments are not variables, and therefore cannot be used
|
(Note that macro arguments are not variables, and therefore cannot be used
|
||||||
in ``LIST`` commands.)
|
in ``LIST`` commands.)
|
||||||
|
|
||||||
|
Individual elements may not contain an unequal number of ``[`` and ``]``
|
||||||
|
characters, and may not end in a backslash (``\``).
|
||||||
|
See :ref:`semicolon-separated lists <CMake Language Lists>` for details.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
When specifying index values, if ``<element index>`` is 0 or greater, it
|
When specifying index values, if ``<element index>`` is 0 or greater, it
|
||||||
|
|||||||
Reference in New Issue
Block a user