mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
3 lines
59 B
Bash
Executable File
3 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
clang-tidy example/example.cpp -- -I ./include
|