comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2784:167105b5b48e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Jul 2018 17:57:02 +0200
parents 64e3d4ab158d
children a16ad34d46f1
comparison
equal deleted inserted replaced
2783:65699fcb4e99 2784:167105b5b48e
300 if (NOT ORTHANC_SANDBOXED) 300 if (NOT ORTHANC_SANDBOXED)
301 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL 301 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL
302 ${ORTHANC_ROOT}/Core/Compression/HierarchicalZipWriter.cpp 302 ${ORTHANC_ROOT}/Core/Compression/HierarchicalZipWriter.cpp
303 ${ORTHANC_ROOT}/Core/Compression/ZipWriter.cpp 303 ${ORTHANC_ROOT}/Core/Compression/ZipWriter.cpp
304 ${ORTHANC_ROOT}/Core/FileStorage/StorageAccessor.cpp 304 ${ORTHANC_ROOT}/Core/FileStorage/StorageAccessor.cpp
305 ) 305
306
307 list(APPEND ORTHANC_CORE_SOURCES_DEPENDENCIES
308 # This is the minizip distribution to create ZIP files using zlib 306 # This is the minizip distribution to create ZIP files using zlib
309 ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/ioapi.c 307 ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/ioapi.c
310 ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/zip.c 308 ${ORTHANC_ROOT}/Resources/ThirdParty/minizip/zip.c
311 ) 309 )
312 endif() 310 endif()