aboutsummaryrefslogtreecommitdiff
path: root/lib/Edit/CMakeLists.txt
blob: 2bb63a71e0fd953749b368a75deef23c3a1200e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_clang_library(clangEdit
  Commit.cpp
  EditedSource.cpp
  RewriteObjCFoundationAPI.cpp
  )

target_link_libraries(clangEdit
  clangBasic
  clangAST
  clangLex
  )