[CMake] iPhone development with CMake (xcode generator)

Alexander Neundorf a.neundorf-work at gmx.net
Thu Apr 9 15:44:47 EDT 2009


On Thursday 09 April 2009, Robert Dailey wrote:
> For the Boost library, we have compiled it for both the iPhone device and
> iPhone simulator. However, I'm not sure how to tell the difference between
> the two from CMake when we have xcode as our generator. Perhaps there is a
> way I can generate multiple xcode configurations for both the device and
> the simulator which have library include directories pointing to the device
> build of boost and the simulator build of boost (respectively)?
> I'm not sure how to go about handling this case, so any advice from the
> avid CMake users would be very helpful. Thanks.

This is cross compiling, right ?
Does Xcode support this out of the box ?
What is the difference between the iPhone and the simulator ? (I guess the 
simulator is also a virtual ARM machine, right  ?)

Alex


More information about the CMake mailing list