summaryrefslogtreecommitdiffstats
path: root/lib/Edit/CMakeLists.txt
blob: c87478cf7d1d2000fb338085bf9f89384d975ced (plain)
1
2
3
4
5
6
7
set(LLVM_USED_LIBS clangBasic clangAST clangLex)

add_clang_library(clangEdit
  Commit.cpp
  EditedSource.cpp
  RewriteObjCFoundationAPI.cpp
  )