From 919ae45b0fe4885f37d57d41e2933304d03f3b81 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 13 Nov 2018 13:44:09 -0500 Subject: [PATCH] Windows: Fix sandbox link error with binary distribution (issue #2546) --- cmake/cef_variables.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/cef_variables.cmake.in b/cmake/cef_variables.cmake.in index d0ec2a7b1..21e29653e 100644 --- a/cmake/cef_variables.cmake.in +++ b/cmake/cef_variables.cmake.in @@ -479,6 +479,7 @@ if(OS_WINDOWS) dbghelp.lib psapi.lib version.lib + wbemuuid.lib winmm.lib )