From 9eab6618dab72ae83161fba8c7c510894b57906b Mon Sep 17 00:00:00 2001 From: StapleButter Date: Sun, 30 Dec 2018 02:18:58 +0100 Subject: [PATCH] =?UTF-8?q?b=C3=BBrp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08184b80..2ac81aaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,6 +168,7 @@ elseif (WIN32) LINK_LIBRARIES("dwrite") LINK_LIBRARIES("usp10") LINK_LIBRARIES("ws2_32") + LINK_LIBRARIES("uxtheme") endif (UNIX) find_package(SDL2 REQUIRED)