summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/add-apple-swift-language.rst
blob: 60ce5d82eeaa90dbedf14f7a863aab5dd00557a5 (plain)
1
2
3
4
5
6
7
8
9
add-apple-swift-language
------------------------

* CMake learned rudimentary support for the Apple Swift language.  When using
  the :generator:`Xcode` generator with Xcode 6.1 or higher, one may enable
  the ``Swift`` language with the :command:`enable_language` command or the
  :command:`project` command (this is an error with other generators or when
  Xcode is too old).  Then one may list ``.swift`` source files in targets
  for compilation.