fix Mac build
This commit is contained in:
@@ -32,3 +32,8 @@ project "App_BasicDemoCustomOpenGL2"
|
||||
"../../Demos/OpenGL/GLDebugFont.cpp",
|
||||
"../../Demos/OpenGL/GLDebugFont.h"
|
||||
}
|
||||
if os.is("Linux") then links{"X11","pthread"} end
|
||||
|
||||
if os.is("MacOSX") then
|
||||
links{"Cocoa.framework"}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user