5 lines
73 B
CMake
5 lines
73 B
CMake
|
add_custom_target(check ALL COMMAND check
|
||
|
$<OR:>
|
||
|
$<OR:,>
|
||
|
VERBATIM)
|