Skip to content

Commit bc80fdd

Browse files
committed
[CMake] Install swiftinterface files alongside swiftmodules
This may not be their final destination, but at least this will get them into built toolchains, which means it'll be easier to do integration testing once all the other pieces are in place. rdar://problem/43823937
1 parent 99dd1be commit bc80fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function(_compile_swift_files
334334
endif()
335335

336336
swift_install_in_component("${SWIFTFILE_INSTALL_IN_COMPONENT}"
337-
FILES "${module_file}" "${module_doc_file}"
337+
FILES "${module_file}" "${module_doc_file}" "${interface_file}"
338338
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/swift/${library_subdir}")
339339

340340
set(line_directive_tool "${SWIFT_SOURCE_DIR}/utils/line-directive")

0 commit comments

Comments
 (0)