[clang-tidy] Fix build bot break after 474a2b9367

The commmit added clang-tidy checks without adding
the required library to the link step.
Caused failures with shared library builds.
This commit is contained in:
Nemanja Ivanovic 2023-06-14 06:45:05 -05:00
parent 024e540896
commit ffd7a200fd

View File

@ -39,6 +39,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule
clangTidy
clangTidyMiscModule
clangTidyModernizeModule
clangTidyPerformanceModule
clangTidyReadabilityModule
clangTidyUtils