mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Extend the genex added by commit ca6ba3fee5 (Genex: Add a SHELL_PATH
expression, 2015-09-24, v3.4.0-rc1~37^2) to accept a `;`-list of paths,
convert them all, and generate a list separated by the native shell
`PATH``` separator.
6 lines
121 B
CMake
6 lines
121 B
CMake
add_custom_target(check ALL COMMAND check
|
|
$<SHELL_PATH:>
|
|
$<SHELL_PATH:Relative/Path>
|
|
"$<SHELL_PATH:;>"
|
|
VERBATIM)
|