Hacker News new | ask | show | jobs
by 9emE0iL18gxCqLT 4655 days ago
XCode is not cross-platform! It doesn't integrate with other build systems: autotools, CMake, premake, Scons, etc.
1 comments

depends what kind of integration you're thinking of, I guess?

I assume you know of the 'External Build System' project-level support.

from a quick search: http://meandmark.com/blog/2011/10/using-makefiles-in-xcode-4...