CMake/Tests/RunCMake/GeneratorExpression/BadZero.cmake

6 lines
70 B
CMake

add_custom_target(check ALL COMMAND check
$<0>
$<0,>
VERBATIM)