Fix build with OpenGL ES 1

This commit is contained in:
sfan5 2024-01-17 17:55:19 +01:00
parent bdcd27ab5b
commit c3571261ca
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ set(link_libs
"$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>"
"$<$<BOOL:${OPENGL_DIRECT_LINK}>:${OPENGL_LIBRARIES}>"
"$<$<BOOL:${OPENGLES_DIRECT_LINK}>:${OPENGLES_LIBRARIES}>"
"$<$<BOOL:${OPENGLES_DIRECT_LINK}>:${OPENGLES_LIBRARY}>"
"$<$<BOOL:${OPENGLES2_DIRECT_LINK}>:${OPENGLES2_LIBRARIES}>"
${EGL_LIBRARY}