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 4686897 commit e2f318aCopy full SHA for e2f318a
Runtimes/Core/Concurrency/CMakeLists.txt
@@ -122,6 +122,9 @@ target_include_directories(swift_Concurrency PRIVATE
122
# FIXME: grant access to `runtime/CMakeConfig.h` which should be available
123
# through the swiftRuntime target.
124
"${PROJECT_BINARY_DIR}/include")
125
+# FIXME: Why is this not implicitly in the interface flags?
126
+target_include_directories(swift_Concurrency INTERFACE
127
+ "$<$<COMPILE_LANGUAGE:Swift>:$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/${SwiftCore_INSTALL_SWIFTMODULEDIR}>>")
128
target_link_libraries(swift_Concurrency PRIVATE
129
swiftShims
130
swiftConcurrencyInternalShims
0 commit comments