Adding GLKit to console and cmake builds

This commit is contained in:
Stefan Csomor
2021-03-15 14:09:07 +01:00
parent 4ec8f8a221
commit d1efcc374b
3 changed files with 3 additions and 3 deletions

View File

@@ -409,7 +409,7 @@ if(wxUSE_GUI)
if(wxUSE_OPENGL)
if(WXOSX_IPHONE)
set(OPENGL_FOUND TRUE)
set(OPENGL_LIBRARIES "-framework OpenGLES" "-framework QuartzCore")
set(OPENGL_LIBRARIES "-framework OpenGLES" "-framework QuartzCore" "-framework GLKit")
else()
find_package(OpenGL)
if(WXGTK3 AND OpenGL_EGL_FOUND AND wxUSE_GLCANVAS_EGL)