blob: 71430c7aa09caff7db1582b26a4a3579758fa4e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Xcode
-----
Generate Xcode project files.
This supports Xcode 3.0 and above. Support for Xcode versions prior
to Xcode 5 is deprecated and will be dropped in a future version of
CMake.
Toolset Selection
^^^^^^^^^^^^^^^^^
By default Xcode is allowed to select its own default toolchain.
The :variable:`CMAKE_GENERATOR_TOOLSET` option may be set, perhaps
via the :manual:`cmake(1)` ``-T`` option, to specify another toolset.
|