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