mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 20:21:41 -06:00
Solaris: Add support for Clang compiler
Inspired-by: Rainer Orth Fixes: #19456
This commit is contained in:
4
Help/release/dev/solaris_clang.rst
Normal file
4
Help/release/dev/solaris_clang.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
solaris_clang
|
||||
-------------
|
||||
|
||||
* The ``Clang`` compiler is now supported on ``Solaris``.
|
||||
1
Modules/Platform/SunOS-Clang-C.cmake
Normal file
1
Modules/Platform/SunOS-Clang-C.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platform/SunOS-GNU-C)
|
||||
1
Modules/Platform/SunOS-Clang-CXX.cmake
Normal file
1
Modules/Platform/SunOS-Clang-CXX.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platform/SunOS-GNU-CXX)
|
||||
Reference in New Issue
Block a user