[clang] fix lib/ASTMatchers for BUILD_SHARED_LIBS=ON

This commit is contained in:
Stephen Neuendorffer 2020-02-04 09:45:28 -08:00
parent 8ff86fcf4c
commit fce1eefb46
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ add_clang_library(clangASTMatchers
LINK_LIBS
clangAST
clangBasic
clangLex
)