Files
CMake/Help/release/dev/GenEx-PATH-NATIVE_PATH.rst
Timothy Finnegan 427be46424 GenEx $<PATH>: Add NATIVE_PATH sub-command.
Implements the generator expression $<PATH:MATIVE_PATH> which convert
path(s) into a native format with platform-specific slashes (``\`` on
Windows hosts and ``/`` elsewhere).

Fixes: #26515
2024-12-14 11:16:47 +01:00

6 lines
174 B
ReStructuredText

GenEx-PATH-NATIVE_PATH
----------------------
* The :genex:`$<PATH>` generator expression gains the sub-command
``NATIVE_PATH`` to convert a CMake path into a native one.