I want to see warnings only from /src directory, and don't see from thirdparty.
I write the next commands
set_target_properties(lolkeklol PROPERTIES CXX_CLANG_TIDY
clang-tidy;-checks=-*;-warnings-as-errors=-*,clang-*,performance*,bugprone-*)
Also i have .clang-tidy file in witch i have the same setting as above. The target have all libraries from thirdparty, and i can't split it to several targets.