mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:21:59 +08:00
14 lines
352 B
Diff
14 lines
352 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9f35ad3f6c..bdadbc9867 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -246,7 +246,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
|