diff options
author | Libor Bukata <libor.bukata@oracle.com> | 2019-08-09 11:33:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-09 16:53:05 (GMT) |
commit | 47937219ee04d0a2006a199dc7bcd6fa23caf4d8 (patch) | |
tree | 100ec89dc62b000743fda26cfaad23d552dbf6a7 /Modules/Platform | |
parent | 242435a9c891bda62880b77d6d612a8975f11059 (diff) | |
download | CMake-47937219ee04d0a2006a199dc7bcd6fa23caf4d8.zip CMake-47937219ee04d0a2006a199dc7bcd6fa23caf4d8.tar.gz CMake-47937219ee04d0a2006a199dc7bcd6fa23caf4d8.tar.bz2 |
Solaris: Add support for Clang compiler
Inspired-by: Rainer Orth
Fixes: #19456
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/SunOS-Clang-C.cmake | 1 | ||||
-rw-r--r-- | Modules/Platform/SunOS-Clang-CXX.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/SunOS-Clang-C.cmake b/Modules/Platform/SunOS-Clang-C.cmake new file mode 100644 index 0000000..f06eb8f --- /dev/null +++ b/Modules/Platform/SunOS-Clang-C.cmake @@ -0,0 +1 @@ +include(Platform/SunOS-GNU-C) diff --git a/Modules/Platform/SunOS-Clang-CXX.cmake b/Modules/Platform/SunOS-Clang-CXX.cmake new file mode 100644 index 0000000..869182c --- /dev/null +++ b/Modules/Platform/SunOS-Clang-CXX.cmake @@ -0,0 +1 @@ +include(Platform/SunOS-GNU-CXX) |