Sign in
android
/
platform
/
external
/
cmake
/
refs/heads/cmake-master-dev
/
.
/
Tests
/
RunCMake
/
Syntax
/
CommandComments.cmake
blob: 0fd748452d990784345b5ef619f8946035eb80ce [
file
] [
edit
]
message
(
"Example Message"
#)
)
message
(
"Example Message"
# )
)
message
(
"Example Message\n"
# "Commented" )
"Second Line of Example"
)