Files
swift-mirror/tools/swift-reflection-test/CMakeLists.txt
David Farler 210f8dfe63 swift-reflection-test: Target SwiftRemoteMirror C API
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.
2016-04-28 19:38:03 -07:00

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)