From bb59275ba9cdc3e47001e3b617657e6fc1b4e56d Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 29 Oct 2019 15:46:04 +0000 Subject: [PATCH] More Windows system libraries. These are used by libuv. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8452bddf..8156496a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -194,6 +194,8 @@ if (DEFINED GETDNS_ON_WINDOWS) "crypt32" "gdi32" "iphlpapi" + "psapi" + "userenv" ) endif ()