mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:59:06 +08:00
ba2e63548f
* [grpc] grpc v1.32.0 - use correct port version * [grpc] update 00001-fix-uwp.patch * [grpc] update 00002-static-linking-in-linux.patch * [grpc] update 00004-link-gdi32-on-windows.patch * [grpc] update 00011-fix-csharp_plugin.patch
14 lines
352 B
Diff
14 lines
352 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index d0e6cbeaf9..e3fe2990e0 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -278,7 +278,7 @@ elseif(UNIX)
|
|
endif()
|
|
|
|
if(WIN32)
|
|
- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
|
|
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
|
|
endif()
|
|
|
|
# Create directory for generated .proto files
|