2019-05-18 02:18:26 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2022-07-23 01:58:10 +08:00
|
|
|
index 25990a5d8a..8a632d2289 100644
|
2019-05-18 02:18:26 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2022-07-23 01:58:10 +08:00
|
|
|
@@ -404,7 +404,7 @@ if (NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/xds)
|
|
|
|
endif()
|
2019-05-18 02:18:26 +08:00
|
|
|
|
2020-08-22 16:16:03 +08:00
|
|
|
if(WIN32)
|
2022-03-22 04:18:01 +08:00
|
|
|
- set(_gRPC_BASELIB_LIBRARIES ws2_32 crypt32)
|
2020-02-12 08:33:48 +08:00
|
|
|
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
|
2019-05-18 02:18:26 +08:00
|
|
|
endif()
|
|
|
|
|
2022-07-23 01:58:10 +08:00
|
|
|
# Create directory for proto source files
|