We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdir build
cd build
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
cmake -D_CMAKE_TOOLCHAIN_PREFIX=llvm- ..