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

@@ -59,3 +59,11 @@
"../OpenGLWindow/X11OpenGLWindow.cpp"
}
end
if os.is("MacOSX") then
links{"Cocoa.framework"}
print("hello!")
files{
"../OpenGLWindow/MacOpenGLWindow.mm",
"../OpenGLWindow/MacOpenGLWindow.h",
}
end