Skip to content

Commit 0a9ab41

Browse files
authored
Merge pull request #78175 from etcwilde/ewilde/stdlib-rebuild-swiftcore-vendor-extension
[CMake] Add build-system vendor hook for swiftCore
2 parents dd04fad + 9aba19b commit 0a9ab41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtimes/Core/core/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/Swift.swiftmodule"
347347
emit_swift_interface(swiftCore)
348348
install_swift_interface(swiftCore)
349349

350+
include("${SwiftCore_VENDOR_MODULE_DIR}/swiftCore.cmake" OPTIONAL)
351+
350352
# TODO: Embedded SwiftCore builds
351353
# FIXME: Embedded builds should be separate CMake invocations because they are
352354
# building for a different environment. I'm not sure how CMake will

0 commit comments

Comments
 (0)