[iOS] Improved support for examples, removed the need for a toolchain file

This commit is contained in:
Laurent Gomila 2013-08-29 23:45:13 +02:00 committed by Jonathan De Wachter
parent 4e8e1629d1
commit 239921b456
7 changed files with 20 additions and 203 deletions

View file

@ -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 opengl target