Skip to content

Instantly share code, notes, and snippets.

@sapier
Created June 29, 2014 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapier/720b451a729d28cca0c5 to your computer and use it in GitHub Desktop.
Save sapier/720b451a729d28cca0c5 to your computer and use it in GitHub Desktop.
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 464070c..891e1ed 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment