blob: d2029066b9b76fe8070e6084f33021a4792eb7d1 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Option
Support
)
add_clang_tool(clang-refactor
ClangRefactor.cpp
TestSupport.cpp
)
target_link_libraries(clang-refactor
PRIVATE
clangAST
clangBasic
clangFormat
clangFrontend
clangLex
clangRewrite
clangTooling
clangToolingCore
clangToolingRefactor
)
install(TARGETS clang-refactor RUNTIME DESTINATION bin)