mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Merge topic 'objective-c-cxx'
dd0f304613Objective C/C++: Add compiler standard detectionb515af782bHelp: Add release note for Objective-C/C++ language support9e66397c28Languages: Add support for Objective-C++80f120a85fLanguages: Add support for Objective-C Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3811
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user