OpenFPGA/libs/EXTERNAL/libezgl/options.cmake

12 lines
247 B
CMake

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
)