| 1 | set(LLVM_LINK_COMPONENTS |
|---|---|
| 2 | Support |
| 3 | ) |
| 4 | |
| 5 | add_clang_library(clangRewriteFrontend |
| 6 | FixItRewriter.cpp |
| 7 | FrontendActions.cpp |
| 8 | HTMLPrint.cpp |
| 9 | InclusionRewriter.cpp |
| 10 | RewriteMacros.cpp |
| 11 | RewriteModernObjC.cpp |
| 12 | RewriteObjC.cpp |
| 13 | RewriteTest.cpp |
| 14 | |
| 15 | LINK_LIBS |
| 16 | clangAST |
| 17 | clangBasic |
| 18 | clangEdit |
| 19 | clangFrontend |
| 20 | clangLex |
| 21 | clangRewrite |
| 22 | clangSerialization |
| 23 | ) |
| 24 |