cmake -S . -B build -DLOCAL_BUILD=ON
cmake --build build
requires LLVM
clang-format -i $(find -name "*.h" -not -path "./<BUILD_DIR>/*" -or -name "*.cpp" -not -path "./<BUILD_DIR>/*") --verbose -style=file
clang-tidy $(find -name "*.h" -not -path "./<BUILD_DIR>/*" -or -name "*.cpp" -not -path "./<BUILD_DIR>/*") --config-file=.clang-tidy -p ./<BUILD_DIR> --warnings-as-errors='*'
rename <BUILD_DIR>
to your build directory