[clang-tidy] Add missing Modernize module to Google module link libs (#171427)

Fixes failures in
https://github.com/llvm/llvm-project/pull/171058#issuecomment-3631809933
This commit is contained in:
Baranov Victor 2025-12-09 15:28:10 +03:00 committed by GitHub
parent 182a59d59a
commit 9c83428674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ add_clang_library(clangTidyGoogleModule STATIC
LINK_LIBS
clangTidy
clangTidyModernizeModule
clangTidyReadabilityModule
clangTidyUtils