mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is not currently shipped with the toolchain and is meant for testing purposes. Mark the component as testing-tools.
12 lines
339 B
CMake
12 lines
339 B
CMake
add_swift_host_tool(swift-refactor
|
|
swift-refactor.cpp
|
|
SWIFT_COMPONENT testsuite-tools
|
|
LLVM_LINK_COMPONENTS support
|
|
)
|
|
target_link_libraries(swift-refactor
|
|
PRIVATE
|
|
swiftDriver
|
|
swiftFrontend
|
|
swiftIDE
|
|
swiftRefactoring)
|