mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:25:04 +08:00
acdbfaec17
* gRPC 1.27.0 * trigger build * update to v1.27.1 * update control file
14 lines
355 B
Diff
14 lines
355 B
Diff
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
|