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 b7ec1a8Copy full SHA for b7ec1a8
Sources/_TestDiscovery/CMakeLists.txt
@@ -15,6 +15,10 @@ add_library(_TestDiscovery STATIC
15
target_link_libraries(_TestDiscovery PRIVATE
16
_TestingInternals)
17
18
+target_compile_options(_TestDiscovery PRIVATE
19
+ -enable-library-evolution
20
+ -emit-module-interface -emit-module-interface-path $<TARGET_PROPERTY:_TestDiscovery,Swift_MODULE_DIRECTORY>/_TestDiscovery.swiftinterface)
21
+
22
_swift_testing_install_target(_TestDiscovery)
23
24
if(NOT BUILD_SHARED_LIBS)
0 commit comments