vutle / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Fix Mac OSX build: integrate .NIB files into the cmake build system #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the Mac OSX version of gamekit runs in the background without user 
input. It is likely due to .NIB files not being included in the build system.

See http://www.cmake.org/pipermail/cmake/2008-October/024920.html

Original issue reported on code.google.com by erwin.coumans on 16 Oct 2009 at 7:10

GoogleCodeExporter commented 9 years ago
CMake NIB/bundle support has been fixed, and indeed the windows shows in the 
foreground and keyboard 
input started working on OSX.

Original comment by erwin.coumans on 19 Oct 2009 at 4:59