summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite/CMakeLists.txt
blob: 61a22b5b13b4d9f4f2e41e64e9ab5cf5ff65a6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_library(clangRewriteFrontend
  FixItRewriter.cpp
  FrontendActions.cpp
  HTMLPrint.cpp
  InclusionRewriter.cpp
  RewriteMacros.cpp
  RewriteModernObjC.cpp
  RewriteObjC.cpp
  RewriteTest.cpp

  LINK_LIBS
  clangAST
  clangBasic
  clangEdit
  clangFrontend
  clangLex
  clangRewrite
  clangSerialization
  )
OpenPOWER on IntegriCloud