Re: [CMake] CMake and iPhone support

2009-04-15 Thread Alexander Neundorf
On Friday 10 April 2009, Robert Dailey wrote: > Can CMake generate an Xcode project for iPhone SDK development (For both > the simulator and device SDKs)? From the looks of it we cannot do that, > especially when we use MACOSX_BUNDLE in add_executable(). As Bill suggested, maybe you can do this vi

Re: [CMake] CMake and iPhone support

2009-04-10 Thread Bill Hoffman
Robert Dailey wrote: It seems that CMake, in general, does not support cross-compilation. It generates projects as if they will build targets on the current platform instead of for another. Correct me if I'm wrong. http://www.cmake.org/Wiki/CMake_Cross_Compiling The env and cache variable C

Re: [CMake] CMake and iPhone support

2009-04-10 Thread Robert Dailey
It seems that CMake, in general, does not support cross-compilation. It generates projects as if they will build targets on the current platform instead of for another. Correct me if I'm wrong. ___ Powered by www.kitware.com Visit other Kitware open-sour

[CMake] CMake and iPhone support

2009-04-09 Thread Robert Dailey
Can CMake generate an Xcode project for iPhone SDK development (For both the simulator and device SDKs)? From the looks of it we cannot do that, especially when we use MACOSX_BUNDLE in add_executable(). ___ Powered by www.kitware.com Visit other Kitware