mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
@@ -96,6 +96,8 @@ The following conventions are used in this command's documentation:
|
||||
The name of a variable into which the result of a command will be written.
|
||||
|
||||
|
||||
.. _Path Structure And Terminology:
|
||||
|
||||
Path Structure And Terminology
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
@@ -216,6 +218,8 @@ normalize a path is as follows:
|
||||
is ``.``).
|
||||
|
||||
|
||||
.. _Path Decomposition:
|
||||
|
||||
Decomposition
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
@@ -385,6 +389,8 @@ Path traversal examples
|
||||
Parent path is "c:/"
|
||||
|
||||
|
||||
.. _Path Query:
|
||||
|
||||
Query
|
||||
^^^^^
|
||||
|
||||
@@ -495,6 +501,8 @@ according to the following pseudo-code logic:
|
||||
takes literal strings as input, not the names of variables.
|
||||
|
||||
|
||||
.. _Path Modification:
|
||||
|
||||
Modification
|
||||
^^^^^^^^^^^^
|
||||
|
||||
@@ -509,7 +517,7 @@ path, it is converted into a cmake-style path with forward-slashes
|
||||
(``/``). On Windows, the long filename marker is taken into account.
|
||||
|
||||
When the ``NORMALIZE`` option is specified, the path is :ref:`normalized
|
||||
<Normalization>` before the conversion.
|
||||
<Normalization>` after the conversion.
|
||||
|
||||
For example:
|
||||
|
||||
@@ -644,6 +652,8 @@ is equivalent to the following:
|
||||
cmake_path(APPEND_STRING path "input")
|
||||
|
||||
|
||||
.. _Path Generation:
|
||||
|
||||
Generation
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user