Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0878306386d42084e8abc3525393ae2b65acf725
/
.
/
Tests
/
RunCMake
/
CTestCommandExpandLists
/
multipleExpandOptions.cmake
blob: dcf2dc4345355b3d9e8cd673e83c2d58df862e0f [
file
] [
log
] [
blame
]
include
(
CTest
)
add_test
(
NAME
MultipleExpandOptions
COMMAND
/
bin
/
true
COMMAND_EXPAND_LISTS
COMMAND_EXPAND_LISTS
)