Merge branch 'clang'
This commit is contained in:
commit
bbd528c800
@ -9,6 +9,9 @@
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
|
||||
|
@ -11,6 +11,9 @@
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
|
||||
|
1
Modules/Compiler/Clang-C.cmake
Normal file
1
Modules/Compiler/Clang-C.cmake
Normal file
@ -0,0 +1 @@
|
||||
include(Compiler/GNU-C)
|
1
Modules/Compiler/Clang-CXX.cmake
Normal file
1
Modules/Compiler/Clang-CXX.cmake
Normal file
@ -0,0 +1 @@
|
||||
include(Compiler/GNU-CXX)
|
1
Modules/Platform/Linux-Clang-C.cmake
Normal file
1
Modules/Platform/Linux-Clang-C.cmake
Normal file
@ -0,0 +1 @@
|
||||
INCLUDE(Platform/Linux-GNU-C)
|
1
Modules/Platform/Linux-Clang-CXX.cmake
Normal file
1
Modules/Platform/Linux-Clang-CXX.cmake
Normal file
@ -0,0 +1 @@
|
||||
INCLUDE(Platform/Linux-GNU-CXX)
|
Loading…
x
Reference in New Issue
Block a user