CMake/Tests/RunCMake/GeneratorExpression/BadZero.cmake

5 lines
62 B
CMake

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