mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
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
|