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