|
@ -11,7 +11,7 @@ enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM;SDL" "Platform to bui |
|
|
enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.0;ES 3.0" "Force a specific OpenGL Version?") |
|
|
enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.0;ES 3.0" "Force a specific OpenGL Version?") |
|
|
|
|
|
|
|
|
# Configuration options |
|
|
# Configuration options |
|
|
option(BUILD_EXAMPLES "Build the examples." ${RAYLIB_IS_MAIN}) |
|
|
|
|
|
|
|
|
option(BUILD_EXAMPLES "Build the examples." ${PROJECT_IS_TOP_LEVEL}) |
|
|
option(CUSTOMIZE_BUILD "Show options for customizing your Raylib library build." OFF) |
|
|
option(CUSTOMIZE_BUILD "Show options for customizing your Raylib library build." OFF) |
|
|
option(ENABLE_ASAN "Enable AddressSanitizer (ASAN) for debugging (degrades performance)" OFF) |
|
|
option(ENABLE_ASAN "Enable AddressSanitizer (ASAN) for debugging (degrades performance)" OFF) |
|
|
option(ENABLE_UBSAN "Enable UndefinedBehaviorSanitizer (UBSan) for debugging" OFF) |
|
|
option(ENABLE_UBSAN "Enable UndefinedBehaviorSanitizer (UBSan) for debugging" OFF) |
|
|