mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is not a target dependency but a target link. Name the parameter to be less misleading. This also makes the name identical to the LLVM parameter.
9 lines
226 B
CMake
9 lines
226 B
CMake
add_swift_host_tool(swift-demangle
|
|
swift-demangle.cpp
|
|
LLVM_LINK_COMPONENTS support
|
|
SWIFT_COMPONENT compiler
|
|
)
|
|
target_link_libraries(swift-demangle
|
|
PRIVATE
|
|
swiftDemangling)
|