mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Update sdlchecks.cmake
This commit is contained in:
parent
f0053b8a34
commit
e6108054ac
1 changed files with 1 additions and 0 deletions
|
|
@ -921,6 +921,7 @@ macro(CheckOpenGLES)
|
|||
if(HAVE_OPENGLES_V1)
|
||||
set(HAVE_OPENGLES TRUE)
|
||||
set(SDL_VIDEO_OPENGL_ES 1)
|
||||
set(SDL_VIDEO_RENDER_OGL_ES 1)
|
||||
endif()
|
||||
if(HAVE_OPENGLES_V2)
|
||||
set(HAVE_OPENGLES TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue