5 lines
101 B
CMake
5 lines
101 B
CMake
add_custom_target(check ALL COMMAND check
|
|
$<SHELL_PATH:>
|
|
$<SHELL_PATH:Relative/Path>
|
|
VERBATIM)
|