MacOS platform support.

This commit is contained in:
RexTimmy 2016-09-28 11:09:48 +10:00
parent 57dfeb829a
commit dd64004eaf
89 changed files with 1228 additions and 5098 deletions

View file

@ -28,9 +28,9 @@ addPath("${libDir}/epoxy/src")
if (WIN32)
addPath("${libDir}/epoxy/src/wgl")
addDef(BUILD_WGL)
else()
elseif(UNIX AND NOT APPLE)
addPath("${libDir}/epoxy/src/glx")
addDef(BUILD_GLX)
addDef(BUILD_GLX)
endif()
addInclude("${libDir}/epoxy/include")