浏览代码

Help: Add release note for Objective-C/C++ language support

Cristian Adam 6 年之前
父节点
当前提交
b515af782b
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Help/release/dev/objective-c-cxx.rst

+ 9 - 0
Help/release/dev/objective-c-cxx.rst

@@ -0,0 +1,9 @@
+Objective C/C++
+---------------
+
+* CMake learned to support the Objective C (``OBJC``) and Objective C++
+  (``OBJCXX``) languages.  They may be enabled via the :command:`project`
+  and :command:`enable_language` commands.  When ``OBJC`` or ``OBJCXX``
+  is enabled, source files with the ``.m`` or ``.mm``, respectively,
+  will be compiled as Objective C or C++.  Otherwise they will be treated
+  as plain C++ sources as they were before.