From 903b0fdd390c06e38ac9c1fcdd6da97746e55062 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 2 Jul 2020 00:04:31 +0100 Subject: [PATCH] CMake: Windows: Add usp10 lib --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 108efe0550..a46222a649 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -283,6 +283,7 @@ if (WIN32) ws2_32 winmm imm32 + usp10 ) endif (WIN32)