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 586c033 commit 9b661aaCopy full SHA for 9b661aa
stdlib/cmake/modules/SwiftSource.cmake
@@ -956,6 +956,13 @@ function(_compile_swift_files
956
OUTPUT ${module_outputs_static}
957
DEPENDS
958
"${module_dependency_target}"
959
+ "${line_directive_tool}"
960
+ "${file_path}"
961
+ ${swift_compiler_tool_dep}
962
+ ${source_files} ${SWIFTFILE_DEPENDS}
963
+ ${swift_ide_test_dependency}
964
+ ${create_dirs_dependency_target}
965
+ ${copy_legacy_layouts_dep}
966
COMMENT "Generating ${module_file}")
967
set("${dependency_module_target_out_var_name}" "${module_dependency_target_static}" PARENT_SCOPE)
968
else()
0 commit comments