Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GNU make in Xcode

Is it possible to use GNU make in Xcode 4? It's said that Xcode supports GNU make but I can't find it anywhere.

like image 336
luyi326 Avatar asked Feb 16 '26 13:02

luyi326


1 Answers

When you create a new project you need to select Mac OS X => Other => External Build System. This will let you use make or any other build system to integrate legacy or cross-platform code into Xcode. It's not as clean as using a native project, but it works. A better solution might be to use CMake if you need cross-platform support including native Xcode projects.

like image 122
Paul R Avatar answered Feb 19 '26 20:02

Paul R



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!