mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is colliding with an implicit frontend action. Temporarily rename this while we reconcile what to call this.
12 lines
209 B
CMake
12 lines
209 B
CMake
add_swift_host_tool(swift-syntax-format
|
|
swift-syntax-format.cpp
|
|
LINK_LIBRARIES
|
|
swiftAST
|
|
swiftDriver
|
|
swiftFrontend
|
|
swiftSyntax
|
|
LLVM_COMPONENT_DEPENDS
|
|
Support
|
|
SWIFT_COMPONENT tools
|
|
)
|