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 ca4b0a1 commit 914b7ceCopy full SHA for 914b7ce
Runtimes/Supplemental/Synchronization/CMakeLists.txt
@@ -129,7 +129,8 @@ set_target_properties(swiftSynchronization PROPERTIES
129
target_link_libraries(swiftSynchronization PRIVATE
130
swiftCore
131
$<$<PLATFORM_ID:Android>:SwiftAndroid>
132
- $<$<PLATFORM_ID:Darwin>:swiftDarwin>)
+ $<$<PLATFORM_ID:Darwin>:swiftDarwin>
133
+ $<$<PLATFORM_ID:Windows>:ClangModules>)
134
135
install(TARGETS swiftSynchronization
136
EXPORT SwiftSynchronizationTargets
0 commit comments