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