diff CMakeLists.txt @ 1493:9a1c7293955b

minizip should not be inside zlib
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 14:58:56 +0200
parents 596927722403
children 18518e1f5fb0
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Aug 04 14:47:35 2015 +0200
+++ b/CMakeLists.txt	Tue Aug 04 14:58:56 2015 +0200
@@ -382,6 +382,10 @@
 
   ${CMAKE_SOURCE_DIR}/Resources/ThirdParty/md5/md5.c
   ${CMAKE_SOURCE_DIR}/Resources/ThirdParty/base64/base64.cpp
+
+  # This is the minizip distribution to create ZIP files using zlib
+  ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/ioapi.c
+  ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/zip.c
   )