blob: 945b486103b2efe685cc44bcfa6b101fe05c15c3 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_tool(clang-apply-replacements
ClangApplyReplacementsMain.cpp
)
target_link_libraries(clang-apply-replacements
PRIVATE
clangApplyReplacements
clangBasic
clangFormat
clangRewrite
clangToolingCore
clangToolingRefactor
)
install(TARGETS clang-apply-replacements
RUNTIME DESTINATION bin)