mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
4 lines
119 B
Bash
Executable File
4 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
clang-tidy example/example.cpp -- -I ./include
|
|
clang-tidy lite-example/example.cpp -- -I./include -I./lite
|