5 lines
101 B
CMake
5 lines
101 B
CMake
|
foreach(i RANGE 1 5)
|
||
|
message(STATUS "Output on stdout")
|
||
|
message("Output on stderr")
|
||
|
endforeach()
|