6 lines
88 B
CMake
6 lines
88 B
CMake
|
add_custom_target(check ALL COMMAND check
|
||
|
$<NOT:>
|
||
|
$<NOT:,>
|
||
|
$<NOT:0,1>
|
||
|
VERBATIM)
|