mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
MacOS platform support.
This commit is contained in:
parent
57dfeb829a
commit
dd64004eaf
89 changed files with 1228 additions and 5098 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue