blob: 59f85dbb10294fe865ec7347fb42d44899fe8f67 [file] [log] [blame]
option(
EZGL_BUILD_EXAMPLES
"Build the EZGL example executables."
${IS_ROOT_PROJECT} #Only build examples by default if EZGL is the root cmake project
)
option(
EZGL_BUILD_DOCS
"Create HTML/PDF documentation (requires Doygen)."
OFF
)