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 b5918c1 + 6241386 commit 11b22e5Copy full SHA for 11b22e5
cmake/modules/SwiftSupport.cmake
@@ -66,8 +66,8 @@ function(add_swift_target target)
66
get_filename_component(name ${source} NAME)
67
68
set(obj ${CMAKE_CURRENT_BINARY_DIR}/${target}.dir/${name}${CMAKE_C_OUTPUT_EXTENSION})
69
- set(mod ${CMAKE_CURRENT_BINARY_DIR}/${target}.dir/${name}.swiftmodule~partial)
70
- set(doc ${CMAKE_CURRENT_BINARY_DIR}/${target}.dir/${name}.swiftdoc~partial)
+ set(mod ${CMAKE_CURRENT_BINARY_DIR}/${target}.dir/${name}.swiftmodule)
+ set(doc ${CMAKE_CURRENT_BINARY_DIR}/${target}.dir/${name}.swiftdoc)
71
72
set(all_sources ${sources})
73
list(INSERT all_sources ${i} -primary-file)
0 commit comments