summaryrefslogtreecommitdiff
path: root/Modules/Platform/CYGWIN-Clang-C.cmake
diff options
context:
space:
mode:
authorHan Sangjin <tinysun@jssolution.co.kr>2016-03-10 13:14:15 +0900
committerBrad King <brad.king@kitware.com>2016-03-10 09:35:48 -0500
commit517cef8c5579d271f5af16a385ff22bcfe11f222 (patch)
tree52a9b6b02c0305cb860fa46bfbd1d24b8064031e /Modules/Platform/CYGWIN-Clang-C.cmake
parent2b64dc7cabb6eda86f0c8b91b27aee4119ac7ebb (diff)
downloadcmake-517cef8c5579d271f5af16a385ff22bcfe11f222.tar.gz
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-C.cmake')
-rw-r--r--Modules/Platform/CYGWIN-Clang-C.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/CYGWIN-Clang-C.cmake b/Modules/Platform/CYGWIN-Clang-C.cmake
new file mode 100644
index 0000000000..e8343a442f
--- /dev/null
+++ b/Modules/Platform/CYGWIN-Clang-C.cmake
@@ -0,0 +1 @@
+include(Platform/CYGWIN-GNU-C)