mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
Merge topic 'genex-SHELL_PATH'
ca6ba3feGenex: Add a SHELL_PATH expression7de868c4Tests: Simplify GeneratorExpression check implementation
This commit is contained in:
@@ -278,3 +278,7 @@ Available output expressions are:
|
||||
object of type ``OBJECT_LIBRARY``. This expression may only be used in
|
||||
the sources of :command:`add_library` and :command:`add_executable`
|
||||
commands.
|
||||
``$<SHELL_PATH:...>``
|
||||
Content of ``...`` converted to shell path style. For example, slashes are
|
||||
converted to backslashes in Windows shells and drive letters are converted
|
||||
to posix paths in MSYS shells. The ``...`` must be an absolute path.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
genex-SHELL_PATH
|
||||
----------------
|
||||
|
||||
* A new ``$<SHELL_PATH:...>``
|
||||
:manual:`generator expression <cmake-generator-expressions(7)>`
|
||||
has been added.
|
||||
Reference in New Issue
Block a user