From 375d9d2423b85313fb5003ac6569b82baaa663f5 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 29 Nov 2020 20:34:20 +0100 Subject: [PATCH] (Windows) Added missing library dependency to the installer. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff89b5236..68b0405a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,6 +247,7 @@ elseif(WIN32) "${PROJECT_SOURCE_DIR}/libSDL2main.a" "${PROJECT_SOURCE_DIR}/libvlc.dll" "${PROJECT_SOURCE_DIR}/SDL2.dll" + "${PROJECT_SOURCE_DIR}/vcomp140.dll" "mingw32" "nanosvg" "Winmm.dll")