Home | History | Annotate | Download | only in Core
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 add_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