Files
swift-mirror/tools/swift-syntax-format/CMakeLists.txt
David Farler d7150460a3 Temporarily rename swift-format to swift-syntax-format
This is colliding with an implicit frontend action. Temporarily
rename this while we reconcile what to call this.
2017-02-17 17:07:15 -08:00

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
)