summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Syntax/CommandComments.cmake
blob: 0fd748452d990784345b5ef619f8946035eb80ce (plain)
1
2
3
4
5
6
message("Example Message"#)
        )
message ("Example Message" # )
        )
message( "Example Message\n" # "Commented" )
         "Second Line of Example")