blob: e3d11feb30a1492c4a83419644e41333e0da7561 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(clang-apply-replacements
ClangApplyReplacementsMain.cpp
)
target_link_libraries(clang-apply-replacements
clangApplyReplacements
clangBasic
clangFormat
clangRewrite
clangTooling
)
install(TARGETS clang-apply-replacements
RUNTIME DESTINATION bin)