CommandComments.cmake 159 B

123456
  1. message("Example Message"#)
  2. )
  3. message ("Example Message" # )
  4. )
  5. message( "Example Message\n" # "Commented" )
  6. "Second Line of Example")