summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/CYGWIN-Clang-CXX.cmake
diff options
context:
space:
mode:
authorHan Sangjin <tinysun@jssolution.co.kr>2016-03-10 04:14:15 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-10 14:35:48 (GMT)
commit517cef8c5579d271f5af16a385ff22bcfe11f222 (patch)
tree52a9b6b02c0305cb860fa46bfbd1d24b8064031e /Modules/Platform/CYGWIN-Clang-CXX.cmake
parent2b64dc7cabb6eda86f0c8b91b27aee4119ac7ebb (diff)
downloadCMake-517cef8c5579d271f5af16a385ff22bcfe11f222.zip
CMake-517cef8c5579d271f5af16a385ff22bcfe11f222.tar.gz
CMake-517cef8c5579d271f5af16a385ff22bcfe11f222.tar.bz2
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.
Diffstat (limited to 'Modules/Platform/CYGWIN-Clang-CXX.cmake')
-rw-r--r--Modules/Platform/CYGWIN-Clang-CXX.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/CYGWIN-Clang-CXX.cmake b/Modules/Platform/CYGWIN-Clang-CXX.cmake
new file mode 100644
index 0000000..67775de
--- /dev/null
+++ b/Modules/Platform/CYGWIN-Clang-CXX.cmake
@@ -0,0 +1 @@
+include(Platform/CYGWIN-GNU-CXX)