Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

in win10 use system clang

陈昱安 edited this page Nov 21, 2018 · 1 revision

git clone https://github.com/cquery-project/cquery.git --recursive cd cquery git submodule update --init mkdir build && cd build cmake .. -DCMAKE_GENERATOR_PLATFORM=x64 -DSYSTEM_CLANG=ON -DCMAKE_INSTALL_PREFIX="C:/Program Files/LLVM" -DCMAKE_EXPORT_COMPILE_COMMANDS=YES cmake --build . --config release cmake --build . --target install