Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d82e2d557e7abca744fbfccdb06c2ad18b8f4e7a
/
.
/
Tests
/
RunCMake
/
Syntax
/
CommandComments.cmake
blob: 0fd748452d990784345b5ef619f8946035eb80ce [
file
]
message
(
"Example Message"
#)
)
message
(
"Example Message"
# )
)
message
(
"Example Message\n"
# "Commented" )
"Second Line of Example"
)