The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
318 B
8 lines
318 B
## Clang-tidy target |
|
|
|
If `clang-tidy` is installed and the project's source root contains a |
|
`.clang-tidy` (or `_clang-tidy`) file, Meson will automatically define |
|
a `clang-tidy` target that runs Clang-Tidy on all source files. |
|
|
|
If you have defined your own `clang-tidy` target, Meson will not |
|
generate its own target.
|
|
|