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 02b4bac commit 9aba19bCopy full SHA for 9aba19b
Runtimes/Core/core/CMakeLists.txt
@@ -339,6 +339,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/Swift.swiftmodule"
339
emit_swift_interface(swiftCore)
340
install_swift_interface(swiftCore)
341
342
+include("${SwiftCore_VENDOR_MODULE_DIR}/swiftCore.cmake" OPTIONAL)
343
+
344
# TODO: Embedded SwiftCore builds
345
# FIXME: Embedded builds should be separate CMake invocations because they are
346
# building for a different environment. I'm not sure how CMake will
0 commit comments