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 d781b8f commit 4d793c6Copy full SHA for 4d793c6
cmake/modules/EmitSwiftInterface.cmake
@@ -38,6 +38,9 @@ function(emit_swift_interface target)
38
target_sources(${target}
39
INTERFACE
40
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/${module_name}.swiftmodule/${${PROJECT_NAME}_MODULE_TRIPLE}.swiftmodule>)
41
+
42
+set_target_properties(${target} PROPERTIES
43
+ INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_BINARY_DIR})
44
45
# Generate textual swift interfaces is library-evolution is enabled
46
if(${PROJECT_NAME}_ENABLE_LIBRARY_EVOLUTION)
0 commit comments