forked from OSchip/llvm-project
21 lines
312 B
CMake
21 lines
312 B
CMake
add_clang_library(clangEdit
|
|
Commit.cpp
|
|
EditedSource.cpp
|
|
RewriteObjCFoundationAPI.cpp
|
|
)
|
|
|
|
add_dependencies(clangEdit
|
|
ClangAttrClasses
|
|
ClangAttrList
|
|
ClangCommentNodes
|
|
ClangDeclNodes
|
|
ClangDiagnosticCommon
|
|
ClangStmtNodes
|
|
)
|
|
|
|
target_link_libraries(clangEdit
|
|
clangBasic
|
|
clangAST
|
|
clangLex
|
|
)
|