CMakeLists.txt 183 B

1234567891011121314
  1. set(LLVM_LINK_COMPONENTS
  2. Support
  3. )
  4. add_clang_library(clangEdit
  5. Commit.cpp
  6. EditedSource.cpp
  7. RewriteObjCFoundationAPI.cpp
  8. LINK_LIBS
  9. clangAST
  10. clangBasic
  11. clangLex
  12. )