mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
fix cmake + apple (patch egl)
This commit is contained in:
parent
902818894c
commit
964a5116eb
@ -49,6 +49,9 @@ 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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user