Codebase list ohcount / c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main test / src_dir / cmake1.cmake
c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main

Tree @c865d4db-f4b2-4b3e-8e76-e6475c6514d2/main (Download .tar.gz)

cmake1.cmake @c865d4db-f4b2-4b3e-8e76-e6475c6514d2/mainraw · history · blame

# blah comment
#

something()
# comment
something_else()

long_function(
  # comment
  param
)

long_string("
  # looks like a comment but isn't
")

long_string(
  "
  # looks like a comment but isn't
  "
)

message(
  '
  # looks like a string but isn't
  '
)

message("string")

message(

)