mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01: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
|