6 lines
87 B
CMake
6 lines
87 B
CMake
|
include(RunCMake)
|
||
|
|
||
|
run_cmake(nomessage)
|
||
|
run_cmake(warnmessage)
|
||
|
run_cmake(errormessage)
|