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 15f96ad + fcad380 commit 2ae2feeCopy full SHA for 2ae2fee
tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
@@ -238,6 +238,7 @@ macro(add_sourcekit_framework name)
238
239
if(SOURCEKITFW_MODULEMAP)
240
set(modulemap "${CMAKE_CURRENT_SOURCE_DIR}/${SOURCEKITFW_MODULEMAP}")
241
+ set_property(TARGET ${name} APPEND PROPERTY LINK_DEPENDS "${modulemap}")
242
if (SOURCEKIT_DEPLOYMENT_OS MATCHES "^macosx")
243
set(modules_dir "${framework_location}/Versions/A/Modules")
244
add_custom_command(TARGET ${name} PRE_BUILD
0 commit comments