Anyone interested in my CMake script?
-
On 16/03/2013 at 09:33, xxxxxxxx wrote:
Unfortunately it does not work out of box for Xcode 4.6 and R12, R13, R14...
-
On 17/03/2013 at 06:54, xxxxxxxx wrote:
Originally posted by xxxxxxxx
Unfortunately it does not work out of box for Xcode 4.6 and R12, R13, R14...
My CMake script? No, it won't generate proper XCode projects (can be made to do so tho). That's mostly due to CMakes XCode generator being pretty bad (it requires special settings for XCode instead of just parsing the linker and compiler flags and setting the properties accordingly like the VS generator...).
It's not really a priority for me either as I try to stay away from Macs as far as I can, especially from XCode
I only use make on OS X.
It actually works with R12 and should work fine with R13 and R14, you just need to add it to the main CMakeLists.txt file.