Add CMake PLATFORM option for Desktop SDL (#3809)
This commit is contained in:
parent
54e0af40c1
commit
4f283a0789
2 changed files with 6 additions and 1 deletions
|
|
@ -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?")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue