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 ef2e40a commit 3bfc7e0Copy full SHA for 3bfc7e0
unittests/Threading/CMakeLists.txt
@@ -10,3 +10,7 @@ target_link_libraries(SwiftThreadingTests
10
swiftThreading${SWIFT_PRIMARY_VARIANT_SUFFIX}
11
swiftCore${SWIFT_PRIMARY_VARIANT_SUFFIX}
12
)
13
+
14
+if(CMAKE_SYSTEM_NAME STREQUAL Windows)
15
+ target_link_libraries(SwiftThreadingTests PRIVATE Synchronization)
16
+endif()
0 commit comments