filipwasil / fillwave

Multiplatform C++14 graphics engine
https://filipwasildev.bitbucket.io/
MIT License
23 stars 6 forks source link

Build fix osx #4

Closed filipwasil closed 9 years ago

filipwasil commented 9 years ago

OSX build succeeded.

However, test example was commented out, because it can not link to IOKit,

-framework Cocoa -framework IOKit -framework CoreVideo

Not sure if this is a GLFW or testApp issue.

Anyway, library itself builds under OSX.