mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 19:49:02 +08:00
14 lines
345 B
Diff
14 lines
345 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index e820737201..3eb4795660 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -158,7 +158,7 @@ elseif(UNIX)
|
||
|
endif()
|
||
|
|
||
|
if(WIN32 AND MSVC)
|
||
|
- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32)
|
||
|
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 gdi32)
|
||
|
endif()
|
||
|
|
||
|
# Create directory for generated .proto files
|