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.
2 parents dd9431a + bb2c935 commit b658e73Copy full SHA for b658e73
Runtimes/Core/Concurrency/InternalShims/CMakeLists.txt
@@ -1,3 +1,8 @@
1
add_library(swiftConcurrencyInternalShims INTERFACE)
2
target_include_directories(swiftConcurrencyInternalShims INTERFACE
3
- ${CMAKE_CURRENT_SOURCE_DIR})
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
4
+
5
+install(TARGETS swiftConcurrencyInternalShims
6
+ EXPORT SwiftCoreTargets
7
+ COMPONENT SwiftCore_runtime)
8
0 commit comments