• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_library(clangRewriteCore
6  DeltaTree.cpp
7  HTMLRewrite.cpp
8  RewriteRope.cpp
9  Rewriter.cpp
10  TokenRewriter.cpp
11
12  LINK_LIBS
13  clangAST
14  clangBasic
15  clangLex
16  )
17