9 lines
132 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_custom_target(check ALL COMMAND check
$<AND>
$<AND:>
$<AND:,>
$<AND:01>
$<AND:nothing>
$<AND:1,nothing>
VERBATIM)