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 6dabd36 commit 3164414Copy full SHA for 3164414
cmake/modules/AddSwiftHostLibrary.cmake
@@ -39,8 +39,10 @@ function(add_swift_host_library name)
39
target_compile_options("${name}" PRIVATE
40
$<$<COMPILE_LANGUAGE:Swift>:
41
-module-name;${name};
42
+ -enable-library-evolution;
43
-emit-module-path;${module_file};
- -emit-module-source-info-path;${module_sourceinfo_file}
44
+ -emit-module-source-info-path;${module_sourceinfo_file};
45
+ -emit-module-interface-path;${module_interface_file}
46
>)
47
48
# NOTE: workaround for CMake not setting up include flags yet
0 commit comments