diff options
Diffstat (limited to 'Help/release/dev/objective-c-cxx.rst')
-rw-r--r-- | Help/release/dev/objective-c-cxx.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/objective-c-cxx.rst b/Help/release/dev/objective-c-cxx.rst deleted file mode 100644 index 218af4e..0000000 --- a/Help/release/dev/objective-c-cxx.rst +++ /dev/null @@ -1,9 +0,0 @@ -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. |