How to set up CMake to build a library for the iPhone

后端 未结 2 1129
执笔经年
执笔经年 2021-02-03 12:07

I\'m trying to use CMake to generate an Xcode configuration for the iPhone by manually setting certain attributes. (Is this even the right way to go about this?) My CMake file l

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-03 12:32

    This info may also be useful:

    This project provides a simple iOS toolchain file that may be used with CMake to build libraries and setup applications. A couple of sample projects are included.

    http://code.google.com/p/ios-cmake/

提交回复
热议问题