summaryrefslogtreecommitdiffhomepage
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authormooff <[email protected]>2023-11-07 07:41:15 +0000
committerGitHub <[email protected]>2023-11-07 08:41:15 +0100
commit3b09ef58ca03426ef1572ae783c9a2f2ea373ab8 (patch)
treee04b85b783b3b9b9dc5ff6b304f211c4e3a928ad /CMakeOptions.txt
parent6cd37e57a6b38bb06cc54ecf6aa7659d4895723b (diff)
downloadraylib-3b09ef58ca03426ef1572ae783c9a2f2ea373ab8.tar.gz
raylib-3b09ef58ca03426ef1572ae783c9a2f2ea373ab8.zip
Add ES 3.0 to CMakeOptions (#3514)
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 823128b0..db0a1a10 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -4,7 +4,7 @@ include(EnumOption)
enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM" "Platform to build for.")
-enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.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
option(BUILD_EXAMPLES "Build the examples." ${RAYLIB_IS_MAIN})