mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
MinGW: Add support for OBJC and OBJCXX
This commit is contained in:
committed by
Brad King
parent
4977739fc9
commit
2a4e8f03ef
@@ -39,6 +39,11 @@ Compilers
|
||||
* The LLVM/Clang GNU-like frontend on Windows (``clang++``) may now be used
|
||||
to compile ``CUDA`` language sources.
|
||||
|
||||
* Compilers targeting the GNU ABI on Windows (MinGW) may now be used to
|
||||
compile Objective C (``OBJC``) and Objective C++ (``OBJCXX``). These
|
||||
include GNU compilers (``gcc`` and ``g++``) and the LLVM/Clang GNU-like
|
||||
frontends (``clang`` and ``clang++``).
|
||||
|
||||
* TI Clang-based compilers are now supported with
|
||||
:variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` ``TIClang``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user