Skip to content

Commit

Permalink
Copy zlib and freetype dll to windows package too
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Jun 29, 2014
1 parent 1cc40c0 commit c39992e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit c39992e

Please sign in to comment.