Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1492:9f66a12eb8fc | 1493:9a1c7293955b |
---|---|
380 ${SQLITE_SOURCES} | 380 ${SQLITE_SOURCES} |
381 ${ZLIB_SOURCES} | 381 ${ZLIB_SOURCES} |
382 | 382 |
383 ${CMAKE_SOURCE_DIR}/Resources/ThirdParty/md5/md5.c | 383 ${CMAKE_SOURCE_DIR}/Resources/ThirdParty/md5/md5.c |
384 ${CMAKE_SOURCE_DIR}/Resources/ThirdParty/base64/base64.cpp | 384 ${CMAKE_SOURCE_DIR}/Resources/ThirdParty/base64/base64.cpp |
385 | |
386 # This is the minizip distribution to create ZIP files using zlib | |
387 ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/ioapi.c | |
388 ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/zip.c | |
385 ) | 389 ) |
386 | 390 |
387 | 391 |
388 | 392 |
389 ##################################################################### | 393 ##################################################################### |