CMake/Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake

4 lines
68 B
CMake

add_custom_target(check ALL COMMAND check
$<CONFIG:.>
VERBATIM)