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

This commit is contained in:
Cristian Adam
2019-09-13 20:21:23 +02:00
parent 9e66397c28
commit b515af782b

View File

@@ -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.