From c39992e42928623f8ee357b001bc87af9faa9286 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 29 Jun 2014 19:36:51 +0200 Subject: Copy zlib and freetype dll to windows package too --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 464070c24..611824ec1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -689,6 +689,12 @@ if(WIN32) if(CURL_DLL) install(FILES ${CURL_DLL} DESTINATION ${BINDIR}) endif() + if (ZLIB_DLL) + install(FILES ${ZLIB_DLL} DESTINATION ${BINDIR}) + endif() + if(FREETYPE_DLL) + install(FILES ${FREETYPE_DLL} DESTINATION ${BINDIR}) + endif() endif() if(BUILD_CLIENT) -- cgit v1.2.3