4 lines
82 B
CMake
4 lines
82 B
CMake
|
add_custom_target(check ALL COMMAND check
|
||
|
$<INSTALL_PREFIX>/include
|
||
|
VERBATIM)
|