mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
There were dependencies missing, but it turns out it doesn't actually need any of it. Swift SVN r31860
10 lines
210 B
CMake
10 lines
210 B
CMake
add_swift_executable(swift-demangle
|
|
swift-demangle.cpp
|
|
LINK_LIBRARIES swiftBasic
|
|
COMPONENT_DEPENDS support)
|
|
|
|
swift_install_in_component(compiler
|
|
TARGETS swift-demangle
|
|
RUNTIME DESTINATION "bin")
|
|
|