Merge branch 'blankart-dev' into socmenus2
This commit is contained in:
commit
eb90f3bece
1 changed files with 7 additions and 0 deletions
7
toolchain/LinuxCLANG.cmake
Normal file
7
toolchain/LinuxCLANG.cmake
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# which compilers to use for C and C++
|
||||
set(CMAKE_C_COMPILER clang)
|
||||
set(CMAKE_CXX_COMPILER clang++)
|
||||
|
||||
# Set that this is clang.
|
||||
set(CMAKE_C_COMPILER_ID clang)
|
||||
set(CMAKE_CXX_COMPILER_ID clang)
|
||||
Loading…
Reference in a new issue