Skip to content

traP-jp/h24w_23

Repository files navigation

h24w_23

dependencies

run

cmake -S . -B build -DLOCAL_BUILD=ON
cmake --build build

format, lint

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published