sapphire/tools/format.sh
2022-07-19 14:18:53 +02:00

9 lines
114 B
Bash
Executable File

if [ ! -d build ]
then
mkdir build
cmake -S . -B build
fi
cd build
cmake --build . --target clang-format