Fix OpenGL linker error on OS X
This commit is contained in:
parent
5d4b4c793a
commit
ffe976659e
|
@ -282,6 +282,7 @@ if(APPLE)
|
||||||
find_library(QUICKTIME_LIBRARY QuickTime)
|
find_library(QUICKTIME_LIBRARY QuickTime)
|
||||||
find_library(WEBKIT_LIBRARY WebKit)
|
find_library(WEBKIT_LIBRARY WebKit)
|
||||||
find_library(FORCEFEEDBACK ForceFeedback)
|
find_library(FORCEFEEDBACK ForceFeedback)
|
||||||
|
find_library(OPENGL_LIBRARY OpenGL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|
|
@ -879,6 +879,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
${COREFUND_LIBRARY}
|
${COREFUND_LIBRARY}
|
||||||
${CORESERV_LIBRARY}
|
${CORESERV_LIBRARY}
|
||||||
${IOK_LIBRARY}
|
${IOK_LIBRARY}
|
||||||
|
${OPENGL_LIBRARY}
|
||||||
${QUICKTIME_LIBRARY})
|
${QUICKTIME_LIBRARY})
|
||||||
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
add_definitions(-D__WXGTK__)
|
add_definitions(-D__WXGTK__)
|
||||||
|
|
Loading…
Reference in New Issue