Xcode.rst 428 B

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