mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Add a `COMMAND_EXPAND_LISTS` option to the `add_test` command to cause `;`-separated lists produced by generator expressions to be expanded into multiple arguments. The `add_custom_command` command already has such an option. Fixes: #17284
6 lines
125 B
CMake
6 lines
125 B
CMake
include(RunCTest)
|
|
|
|
run_ctest(expandGeneratorExpressionResult)
|
|
run_ctest(expandEmptyCommand)
|
|
run_cmake(multipleExpandOptions)
|