masters-thesis/README.md
2021-03-07 14:31:43 +02:00

285 B

masters-thesis

Building

Conan is recommended. Otherwise you have to provide Catch2_ROOT and nlohmann_json_ROOT yourself.

> mkdir build
> cd build
> conan install .. --build=missing
> cmake .. -DWITH_TESTS=ON -DClang_ROOT=${CLANG_ROOT} -DLLVM_ROOT=${LLVM_ROOT}