mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Cygwin: Add support for Clang compiler
The platform information module for GNU on CYGWIN can be reused for Clang on CYGWIN because clang accepts almost all of the same options.
This commit is contained in:
4
Help/release/dev/cygwin-clang.rst
Normal file
4
Help/release/dev/cygwin-clang.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
cygwin-clang
|
||||
------------
|
||||
|
||||
* The Clang compiler is now supported on CYGWIN.
|
||||
1
Modules/Platform/CYGWIN-Clang-C.cmake
Normal file
1
Modules/Platform/CYGWIN-Clang-C.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platform/CYGWIN-GNU-C)
|
||||
1
Modules/Platform/CYGWIN-Clang-CXX.cmake
Normal file
1
Modules/Platform/CYGWIN-Clang-CXX.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platform/CYGWIN-GNU-CXX)
|
||||
Reference in New Issue
Block a user