Skip to content

Instantly share code, notes, and snippets.

@prism-lab
Created July 20, 2020 11:45
Show Gist options
  • Save prism-lab/7270f818587322ef39e7f600925a19b7 to your computer and use it in GitHub Desktop.
Save prism-lab/7270f818587322ef39e7f600925a19b7 to your computer and use it in GitHub Desktop.
CMake multiple line comments.
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) # v3 and above can handle this.
# Single line comment.
#[[
This
is
the
multiple
line
comment.
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment