[iOS] Improved support for examples, removed the need for a toolchain file
This commit is contained in:
parent
4e8e1629d1
commit
239921b456
7 changed files with 20 additions and 203 deletions
|
@ -9,8 +9,6 @@ if(NOT IOS)
|
|||
find_package(OpenGL REQUIRED)
|
||||
include_directories(${OPENGL_INCLUDE_DIR})
|
||||
set(ADDITIONAL_LIBRARIES ${OPENGL_LIBRARIES})
|
||||
else()
|
||||
set(ADDITIONAL_LIBRARIES -framework OpenGLES)
|
||||
endif()
|
||||
|
||||
# define the window target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue