Files
swift-mirror/tools/swift-refactor/CMakeLists.txt
Saleem Abdulrasool c3d79f9178 tools: demote swift-refactor to testing
This is not currently shipped with the toolchain and is meant for
testing purposes. Mark the component as testing-tools.
2024-02-01 15:09:32 -08:00

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)