From 988091dada1c9cbe4d4b88b1844ac6f2ad99d0ef Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 6 Jun 2019 15:40:13 -0400 Subject: [PATCH] win,cmake: add secur32 PR-URL: https://github.com/libuv/libuv/pull/2316 Reviewed-By: Ben Noordhuis --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc195ff9..b3003400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ if(WIN32) advapi32 iphlpapi psapi + secur32 shell32 user32 userenv