From e8c8054535835f6b0f414f78dd1df7c5cc095c17 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 25 Jul 2010 19:29:13 +0200 Subject: [PATCH] CMakeLists.txt: install libFLAC-8.dll for win32 build After updating some external libraries, libFLAC-8.dll is now required as well, so install it into the win32 package. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff9c62b21..71729167d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -449,6 +449,7 @@ IF(LMMS_BUILD_WIN32) ${MINGW_PREFIX}/bin/libogg-0.dll ${MINGW_PREFIX}/bin/libfluidsynth-1.dll ${MINGW_PREFIX}/bin/libfftw3f-3.dll + ${MINGW_PREFIX}/bin/libFLAC-8.dll ${MINGW_PREFIX}/bin/SDL.dll ${MINGW_PREFIX}/bin/libglib-2.0-0.dll ${MINGW_PREFIX}/bin/libgthread-2.0-0.dll