[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / lib / Rewrite / CMakeLists.txt
blob93ecb3c835260fed329380e604080db95555dc61
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_clang_library(clangRewrite
6   HTMLRewrite.cpp
7   Rewriter.cpp
8   TokenRewriter.cpp
10   LINK_LIBS
11   clangBasic
12   clangLex
13   )