Files
swift-mirror/tools/swift-refactor/CMakeLists.txt
Argyrios Kyrtzidis 60a91bb736 [refactoring] Upstreaming the implementation for Swift local refactoring (#11568)
[refactoring] Upstreaming the implementation for Swift local refactoring
2017-08-22 16:50:16 -07:00

6 lines
134 B
CMake

add_swift_host_tool(swift-refactor
swift-refactor.cpp
LINK_LIBRARIES swiftDriver swiftFrontend swiftIDE
SWIFT_COMPONENT tools
)