forked from OSchip/llvm-project
[clang] fix lib/ASTMatchers for BUILD_SHARED_LIBS=ON
This commit is contained in:
parent
8ff86fcf4c
commit
fce1eefb46
|
@ -9,4 +9,5 @@ add_clang_library(clangASTMatchers
|
|||
LINK_LIBS
|
||||
clangAST
|
||||
clangBasic
|
||||
clangLex
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue