File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Supplemental/Synchronization Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ target_compile_definitions(swiftWinSDK PRIVATE
7
7
$< $< BOOL:${SwiftOverlay_ENABLE_REFLECTION} > :SWIFT_ENABLE_REFLECTION> )
8
8
target_compile_options (swiftWinSDK PRIVATE
9
9
"SHELL:-Xfrontend -disable-force-load-symbols" )
10
+ target_link_libraries (swiftWinSDK PUBLIC
11
+ ClangModules )
10
12
target_link_libraries (swiftWinSDK PRIVATE
11
- ClangModules
12
13
swiftCore )
13
14
14
15
# FIXME: Why is this not implicitly in the interface flags?
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ set_target_properties(swiftSynchronization PROPERTIES
129
129
target_link_libraries (swiftSynchronization PRIVATE
130
130
swiftCore
131
131
$< $< PLATFORM_ID:Android> :SwiftAndroid>
132
- $< $< PLATFORM_ID:Darwin> :swiftDarwin> )
132
+ $< $< PLATFORM_ID:Darwin> :swiftDarwin>
133
+ $< $< PLATFORM_ID:Windows> :ClangModules> )
133
134
134
135
install (TARGETS swiftSynchronization
135
136
EXPORT SwiftSynchronizationTargets
You can’t perform that action at this time.
0 commit comments