Merge topic 'cygwin-clang'

517cef8c Cygwin: Add support for Clang compiler
This commit is contained in:
Brad King 2016-03-11 08:30:49 -05:00 committed by CMake Topic Stage
commit 2a43a4768c
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
cygwin-clang
------------
* The Clang compiler is now supported on CYGWIN.

View File

@ -0,0 +1 @@
include(Platform/CYGWIN-GNU-C)

View File

@ -0,0 +1 @@
include(Platform/CYGWIN-GNU-CXX)