1 | set(LLVM_LINK_COMPONENTS |
---|---|
2 | Support |
3 | ) |
4 | |
5 | add_clang_library(clangRewrite |
6 | DeltaTree.cpp |
7 | HTMLRewrite.cpp |
8 | RewriteRope.cpp |
9 | Rewriter.cpp |
10 | TokenRewriter.cpp |
11 | |
12 | LINK_LIBS |
13 | clangBasic |
14 | clangLex |
15 | ) |
16 |
1 | set(LLVM_LINK_COMPONENTS |
---|---|
2 | Support |
3 | ) |
4 | |
5 | add_clang_library(clangRewrite |
6 | DeltaTree.cpp |
7 | HTMLRewrite.cpp |
8 | RewriteRope.cpp |
9 | Rewriter.cpp |
10 | TokenRewriter.cpp |
11 | |
12 | LINK_LIBS |
13 | clangBasic |
14 | clangLex |
15 | ) |
16 |