summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/CMakeLists.txt
blob: 85af97d343d2bc2cc48ae0c07a7bf41c072a23d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
  clangRewriteCore
  )
OpenPOWER on IntegriCloud