add-apple-swift-language.rst 452 B

123456789
  1. add-apple-swift-language
  2. ------------------------
  3. * CMake learned rudimentary support for the Apple Swift language. When using
  4. the :generator:`Xcode` generator with Xcode 6.1 or higher, one may enable
  5. the ``Swift`` language with the :command:`enable_language` command or the
  6. :command:`project` command (this is an error with other generators or when
  7. Xcode is too old). Then one may list ``.swift`` source files in targets
  8. for compilation.