From 2900e13dac6357546b87f14db1000646fe771472 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 1 Feb 2012 23:28:30 +0100 Subject: [PATCH] CMakeLists.txt: include libpng15-15.dll for Win32/Win64 builds The MinGW64 environment recently has been updated to ship an external libpng library. The according DLL has to be shipped with LMMS as well. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca386211a..ace487a2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -450,6 +450,7 @@ IF(LMMS_BUILD_WIN32) ${MINGW_PREFIX}/bin/libfftw3f-3.dll ${MINGW_PREFIX}/bin/libFLAC-8.dll ${MINGW_PREFIX}/bin/libportaudio-2.dll + ${MINGW_PREFIX}/bin/libpng15-15.dll ${MINGW_PREFIX}/bin/SDL.dll ${MINGW_PREFIX}/bin/libglib-2.0-0.dll ${MINGW_PREFIX}/bin/libgthread-2.0-0.dll