From 71a9f94a4be993b17b4141f9e0621190d2dad064 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Thu, 3 Jul 2014 14:21:14 -0400 Subject: [PATCH] Fix Zyn GUI hard crash on Win32 I can't explain why @tobydox doesn't have to do this in his builds but committing to push ahead with 1.0.3 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aeab0433..eafdde68a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -463,6 +463,7 @@ IF(LMMS_BUILD_WIN32) "${MINGW_PREFIX}/bin/libvorbisenc-2.dll" "${MINGW_PREFIX}/bin/libvorbisfile-3.dll" "${MINGW_PREFIX}/bin/libogg-0.dll" + "${MINGW_PREFIX}/lib/libfltk.dll" "${MINGW_PREFIX}/bin/libfluidsynth.dll" "${MINGW_PREFIX}/bin/libfftw3f-3.dll" "${MINGW_PREFIX}/bin/libFLAC-8.dll"