summaryrefslogtreecommitdiff
path: root/lib/Rewrite/CMakeLists.txt
blob: 0c77536012aad0dff84901562193e81a69d7bd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_library(clangRewrite
  DeltaTree.cpp
  HTMLRewrite.cpp
  RewriteRope.cpp
  Rewriter.cpp
  TokenRewriter.cpp

  LINK_LIBS
  clangAST
  clangBasic
  clangLex
  )