Add Linux toolchain file I've been using

This commit is contained in:
NepDisk 2025-06-19 15:40:46 -04:00
parent f64b79260e
commit 17b799bb01

View 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)