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 da214be commit efe4a4aCopy full SHA for efe4a4a
Sources/_TestDiscovery/CMakeLists.txt
@@ -17,6 +17,10 @@ target_link_libraries(_TestDiscovery PRIVATE
17
18
_swift_testing_install_target(_TestDiscovery)
19
20
+target_compile_options(_TestDiscovery PRIVATE
21
+ -enable-library-evolution
22
+ -emit-module-interface -emit-module-interface-path $<TARGET_PROPERTY:_TestDiscovery,Swift_MODULE_DIRECTORY>/_TestDiscovery.swiftinterface)
23
+
24
if(NOT BUILD_SHARED_LIBS)
25
# When building a static library, install the internal library archive
26
# alongside the main library. In shared library builds, the internal library
0 commit comments