summaryrefslogtreecommitdiff
path: root/lib/Edit/CMakeLists.txt
blob: b81f8a95cf3ed4d7041514f8e8d8be9b322c4c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  Support
  )

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

target_link_libraries(clangEdit
  clangBasic
  clangAST
  clangLex
  )