1 | add_subdirectory(Dynamic) |
---|---|
2 | |
3 | set(LLVM_LINK_COMPONENTS support) |
4 | |
5 | add_clang_library(clangASTMatchers |
6 | ASTMatchFinder.cpp |
7 | ASTMatchersInternal.cpp |
8 | |
9 | LINK_LIBS |
10 | clangAST |
11 | clangBasic |
12 | ) |
13 |
1 | add_subdirectory(Dynamic) |
---|---|
2 | |
3 | set(LLVM_LINK_COMPONENTS support) |
4 | |
5 | add_clang_library(clangASTMatchers |
6 | ASTMatchFinder.cpp |
7 | ASTMatchersInternal.cpp |
8 | |
9 | LINK_LIBS |
10 | clangAST |
11 | clangBasic |
12 | ) |
13 |