mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-14 14:28:28 +00:00
Support macOS + OpenGL 3.3+ GPU
This commit is contained in:
@@ -30,7 +30,7 @@ solution "basic_viewer"
|
||||
includedirs { "/usr/local/include" }
|
||||
buildoptions { "-Wno-deprecated-declarations" }
|
||||
libdirs { "/usr/local/lib" }
|
||||
links { "glfw3", "GLEW" }
|
||||
links { "glfw", "GLEW" }
|
||||
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" }
|
||||
|
||||
configuration "Debug"
|
||||
|
||||
Reference in New Issue
Block a user