CMakeLists.txt: copy zlib1.dll into Windows package

The MinGW packages have changed such that zlib is an external library
again (instead of built-in into QtCore), therefore we need to copy the
according DLL into the Windows package.
This commit is contained in:
Tobias Doerffel
2010-07-31 20:48:41 +02:00
parent 042dda146c
commit eeaa13f7d0

View File

@@ -453,6 +453,7 @@ IF(LMMS_BUILD_WIN32)
${MINGW_PREFIX}/bin/SDL.dll
${MINGW_PREFIX}/bin/libglib-2.0-0.dll
${MINGW_PREFIX}/bin/libgthread-2.0-0.dll
${MINGW_PREFIX}/bin/zlib1.dll
DESTINATION .)
ELSE(LMMS_BUILD_WIN32)