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.
2 parents dd04fad + 9aba19b commit 0a9ab41Copy full SHA for 0a9ab41
Runtimes/Core/core/CMakeLists.txt
@@ -347,6 +347,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/Swift.swiftmodule"
347
emit_swift_interface(swiftCore)
348
install_swift_interface(swiftCore)
349
350
+include("${SwiftCore_VENDOR_MODULE_DIR}/swiftCore.cmake" OPTIONAL)
351
+
352
# TODO: Embedded SwiftCore builds
353
# FIXME: Embedded builds should be separate CMake invocations because they are
354
# building for a different environment. I'm not sure how CMake will
0 commit comments