[warnings] disable warnings for generated code

* Disable clang-tidy in test build directories
* Disable compiler warnings for test binary directories.

These contain generated code we can not change, so the warnings are just noise
This commit is contained in:
Armin Novak
2024-08-27 09:03:44 +02:00
committed by akallabeth
parent 6d994feef6
commit d71af44bb1
40 changed files with 102 additions and 2 deletions

View File

@@ -35,3 +35,4 @@ include(MSVCRuntime)
include(ConfigureRPATH)
include(ClangTidy)
include(AddTargetWithResourceFile)
include(DisableCompilerWarnings)