[CMake] iPhone development with CMake (xcode generator)

Alexander Neundorf a.neundorf-work at gmx.net
Wed Apr 15 16:46:37 EDT 2009


On Thursday 09 April 2009, you wrote:
...
> I haven't done this yet, so correct me if I'm wrong. I suspect that
> creating the xcode project for either is identical except for a view
> varying things, such as library include directories, compiler flags,
> preprocessor directives, etc.

See my other mail.
There are some more things, e.g. when cross compiling cmake will not try to 
execute programs build with TRY_RUN(), you have two sets of variables, one 
for the build host, one for the target, e.g. CMAKE_SYSTEM_NAME and 
CMAKE_HOST_SYSTEM_NAME, etc., and some more things.

Alex


More information about the CMake mailing list