[cmake-developers] cmake built-in support for iOS (with SDL2)
Brad King
brad.king at kitware.com
Fri Aug 28 14:43:21 EDT 2015
On 08/28/2015 03:34 AM, Peter List wrote:
> 1) Are there any plans to add built-in iOS support as part of the
> standard cmake release?
There are several third-party solutions but no one has stepped forward
to actually contribute full support. The basic approach should be to
create a Modules/Platform/iOS.cmake file so that one can build with
CMAKE_SYSTEM_NAME set to "iOS" (instead of "Darwin" as all the existing
third-party solutions do). Then knowledge of iOS can be stored in
the CMake platform information modules instead of copied around in
a third-party toolchain file.
-Brad
More information about the cmake-developers
mailing list