4 lines
84 B
CMake
4 lines
84 B
CMake
message(STATUS (unquoted))
|
|
message(STATUS ("quoted"))
|
|
message(STATUS ([[bracket]]))
|