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 f4851a9 commit a4d8942Copy full SHA for a4d8942
Runtimes/Core/runtime/CMakeLists.txt
@@ -90,6 +90,7 @@ target_include_directories(swiftRuntime PRIVATE
90
"${CMAKE_CURRENT_SOURCE_DIR}")
91
92
target_link_libraries(swiftRuntime PRIVATE
93
+ $<$<PLATFORM_ID:Windows>:User32>
94
swiftShims)
95
96
# FIXME: Refactor so that we're not pulling sources from the compiler files
0 commit comments