[clang-tidy] Fix build with -DBUILD_SHARED_LIB=ON

Summary: This fixes build failures with `-DBUILD_SHARED_LIB=ON` after D67419.

Reviewers: NoQ

Subscribers: mgorny, xazax.hun, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D67473

llvm-svn: 371706
This commit is contained in:
Heejin Ahn 2019-09-12 03:10:57 +00:00
parent 23bbeb52f3
commit 4f0245fd98
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ add_clang_library(clangTidy
ClangSACheckers
LINK_LIBS
clangAnalysis
clangAST
clangASTMatchers
clangBasic