We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9800fd commit 90cacaaCopy full SHA for 90cacaa
stdlib/public/Platform/CMakeLists.txt
@@ -217,3 +217,13 @@ endforeach()
217
add_custom_target(glibc_modulemap DEPENDS ${glibc_modulemap_target_list})
218
set_property(TARGET glibc_modulemap PROPERTY FOLDER "Miscellaneous")
219
add_dependencies(sdk-overlay glibc_modulemap)
220
+
221
+if(WINDOWS IN_LIST SWIFT_SDKS)
222
+ swift_install_in_component(FILES
223
+ ucrt.modulemap
224
+ vcruntime.apinotes
225
+ vcruntime.modulemap
226
+ winsdk.modulemap
227
+ DESTINATION "share"
228
+ COMPONENT sdk-overlay)
229
+endif()
0 commit comments