mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This tool should test the usage from SwiftRemoteMirror dylib and the C API, since that is the public interface from which we're vending the remote reflection functionality.
7 lines
153 B
CMake
7 lines
153 B
CMake
add_swift_target_executable(swift-reflection-test BUILD_WITH_STDLIB
|
|
swift-reflection-test.c
|
|
overrides.c
|
|
LINK_FAT_LIBRARIES
|
|
swiftRemoteMirror)
|
|
|