Compiler Content How to build How to build Linux Windows Linux cd build && cmake .. -DCAMKE_BUILD_TYPE=Release && cmake --build . --parallel 8 Windows cd build && cmake .. -DCAMKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCAMKE_C_COMPILER=/usr/bin/clang && cmake --build . --parallel 8