sapphire/tools/format.sh

9 lines
114 B
Bash
Raw Normal View History

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