aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00004-link-gdi32-on-windows.patch
blob: 2a6fcea31bce2e6a01ee756df55110a446c72a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4057b3..a6a0f23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -220,7 +220,7 @@ elseif(UNIX)
 endif()
 
 if(WIN32 AND MSVC)
-  set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
+  set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
 endif()
 
 # Create directory for generated .proto files