sapphire/tools/format.sh

10 lines
132 B
Bash
Raw Normal View History

2022-08-03 14:55:04 +00:00
#!/usr/bin/env sh
2022-07-19 12:18:53 +00:00
if [ ! -d build ]
then
mkdir build
cmake -S . -B build
fi
cd build
cmake --build . --target clang-format