summaryrefslogtreecommitdiff
path: root/cmake/Toolchain-Clang.cmake
blob: d263d2d03fba54e03a25a32dcecb8540cc58a7fe (plain)
1
2
3
4
5
6
# Optional LLVM/Clang toolchain file.
#
# Usage:
#   cmake -B build-clang -DCMAKE_TOOLCHAIN_FILE=cmake/Toolchain-Clang.cmake

set(CMAKE_C_COMPILER clang CACHE FILEPATH "C compiler")
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com