blob: d893ac504f19dbce27fc7e1d4f45db6f1a2ba059 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Xcode
-----
Generate Xcode project files.
This supports Xcode 5.0 and above.
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.
|