mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
moved scripts into subdirectory
This commit is contained in:
6
scripts/clang_tidy.sh
Executable file
6
scripts/clang_tidy.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
|
||||
clang-tidy example/example.cpp -- -I ./include
|
Reference in New Issue
Block a user