summaryrefslogtreecommitdiffhomepage
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authormooff <[email protected]>2024-02-22 22:05:41 +0000
committerGitHub <[email protected]>2024-02-22 23:05:41 +0100
commit4f283a0789b896f4b71ec1cffca959dd0902a5e1 (patch)
tree4502aba833292cc2416a8388e7ba505d384d6820 /CMakeOptions.txt
parent54e0af40c1c534b3f3958264c67270434183639e (diff)
downloadraylib-4f283a0789b896f4b71ec1cffca959dd0902a5e1.tar.gz
raylib-4f283a0789b896f4b71ec1cffca959dd0902a5e1.zip
Add CMake PLATFORM option for Desktop SDL (#3809)
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 db0a1a10..68468c07 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -2,7 +2,7 @@
include(CMakeDependentOption)
include(EnumOption)
-enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM" "Platform to build for.")
+enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM;SDL" "Platform to build for.")
enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.0;ES 3.0" "Force a specific OpenGL Version?")