xref: /netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/CMakeLists.txt (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_library(clangEdit
6  Commit.cpp
7  EditedSource.cpp
8  RewriteObjCFoundationAPI.cpp
9
10  LINK_LIBS
11  clangAST
12  clangBasic
13  clangLex
14  )
15