fix cmake, linux only (patch egl)

This commit is contained in:
Max Argus
2018-07-19 09:58:55 +02:00
parent 964a5116eb
commit 425ecbd3e6
2 changed files with 6 additions and 8 deletions

View File

@@ -49,9 +49,6 @@ ENDIF()
IF(BUILD_EGL)
SET(OpenGLWindow_SRCS ${OpenGLWindow_SRCS} ${BULLET_PHYSICS_SOURCE_DIR}/examples/ThirdPartyLibs/glad/egl.c)
IF(APPLE)
ADD_DEFINITIONS(-D__APPLE__)
ENDIF(APPLE)
ENDIF(BUILD_EGL)