CMake: fix building media and gl lib for iOS
This commit is contained in:
@@ -3041,11 +3041,16 @@ set(OPENGL_GTK_HDR
|
||||
wx/unix/glx11.h
|
||||
)
|
||||
|
||||
set(OPENGL_OSX_SHARED_SRC
|
||||
set(OPENGL_OSX_COCOA_SRC
|
||||
src/osx/cocoa/glcanvas.mm
|
||||
src/osx/glcanvas_osx.cpp
|
||||
)
|
||||
|
||||
set(OPENGL_OSX_IPHONE_SRC
|
||||
src/osx/iphone/glcanvas.mm
|
||||
src/osx/glcanvas_osx.cpp
|
||||
)
|
||||
|
||||
set(UNIX_SOUND_SDL_SRC
|
||||
src/unix/sound_sdl.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user