mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The main action here is to sink the creation of the installation rule for all of the swift host tools into this API. In a latter commit, I will use this API to create include and build rules for add_swift_host_tool.
8 lines
177 B
CMake
8 lines
177 B
CMake
add_swift_host_tool(swift-reflection-dump
|
|
swift-reflection-dump.cpp
|
|
LINK_FAT_LIBRARIES
|
|
swiftReflection
|
|
LLVM_COMPONENT_DEPENDS object support
|
|
SWIFT_COMPONENT tools
|
|
)
|