Add Linux toolchain file I've been using
This commit is contained in:
parent
f64b79260e
commit
17b799bb01
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