mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
e791ffac61
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
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
cmake_minimum_required(VERSION 3.14)
|
|
project(@CASE_NAME@ NONE)
|
|
include("@RunCMake_SOURCE_DIR@/@CASE_NAME@.cmake")
|