mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
301 B
CMake
10 lines
301 B
CMake
set(swift_remote_mirror_headers)
|
|
list(APPEND swift_remote_mirror_headers
|
|
"MemoryReaderInterface.h"
|
|
"SwiftRemoteMirror.h"
|
|
"SwiftRemoteMirrorTypes.h")
|
|
swift_install_in_component("swift-remote-mirror-headers"
|
|
FILES ${swift_remote_mirror_headers}
|
|
DESTINATION "include/swift/SwiftRemoteMirror")
|
|
|