update and change how we build with spdlog
This commit is contained in:
5
third_party/spdlog/scripts/clang_tidy.sh
vendored
Executable file
5
third_party/spdlog/scripts/clang_tidy.sh
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
clang-tidy ../example/example.cpp -- -I ../include
|
Reference in New Issue
Block a user