File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Runtimes/Supplemental/Distributed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -130,19 +130,19 @@ target_include_directories(swiftDistributed PRIVATE
130
130
"${PROJECT_SOURCE_DIR} /include" )
131
131
132
132
target_link_libraries (swiftDistributed PRIVATE
133
- swiftShims
134
- swiftCore
135
- swift_Concurrency
136
- swift_Builtin_float
137
- $< $< PLATFORM_ID:Windows> :swiftWinSDK> )
138
- # swiftDarwin/Libc/Platform
133
+ swiftShims
134
+ swiftCore
135
+ swift_Concurrency
136
+ swift_Builtin_float
137
+ $< $< PLATFORM_ID:Windows> :swiftWinSDK> )
138
+ # swiftDarwin/Libc/Platform
139
139
140
140
install (TARGETS swiftDistributed
141
- EXPORT SwiftDistributedTargets
142
- COMPONENT ${PROJECT_NAME} _runtime
143
- ARCHIVE DESTINATION "${${PROJECT_NAME} _INSTALL_LIBDIR}"
144
- LIBRARY DESTINATION "${${PROJECT_NAME} _INSTALL_LIBDIR}"
145
- RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR} " )
141
+ EXPORT SwiftDistributedTargets
142
+ COMPONENT ${PROJECT_NAME} _runtime
143
+ ARCHIVE DESTINATION "${${PROJECT_NAME} _INSTALL_LIBDIR}"
144
+ LIBRARY DESTINATION "${${PROJECT_NAME} _INSTALL_LIBDIR}"
145
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR} " )
146
146
emit_swift_interface (swiftDistributed )
147
147
install_swift_interface (swiftDistributed )
148
148
You can’t perform that action at this time.
0 commit comments