fix mac build

This commit is contained in:
Erwin Coumans
2013-03-13 14:02:49 -07:00
parent d8a3732306
commit 3ad76286e6
6 changed files with 29 additions and 6 deletions

View File

@@ -84,10 +84,17 @@ function createProject(vendor)
"../../btgui/OpenGLWindow/X11OpenGLWindows.h"
}
end
if os.is("MacOSX") then
links {"Cocoa.framework"}
files {
"../../btgui/OpenGLWindow/MacOpenGLWindow.h",
"../../btgui/OpenGLWindow/MacOpenGLWindow.mm",
}
end
end
end
createProject("Apple")
createProject("AMD")
createProject("Intel")
createProject("NVIDIA")
createProject("NVIDIA")