comparison Resources/Orthanc/Resources/CMake/OrthancFrameworkConfiguration.cmake @ 207:8a6861f2b0be

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Mar 2018 10:15:24 +0200
parents 795d71f66f31
children aa6162ad4ba7
comparison
equal deleted inserted replaced
206:795d71f66f31 207:8a6861f2b0be
403 403
404 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomFrameIndex.cpp 404 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomFrameIndex.cpp
405 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomImageDecoder.cpp 405 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomImageDecoder.cpp
406 ) 406 )
407 407
408 if (NOT ORTHANC_SANDBOXED)
409 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL
410 ${ORTHANC_ROOT}/Core/DicomParsing/DicomDirWriter.cpp
411 )
412 endif()
413
408 if (ENABLE_DCMTK_NETWORKING) 414 if (ENABLE_DCMTK_NETWORKING)
409 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=1) 415 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=1)
410 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL 416 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL
411 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomFindAnswers.cpp 417 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomFindAnswers.cpp
412 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomServer.cpp 418 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomServer.cpp
474 -DORTHANC_ENABLE_LOGGING_STDIO=0 480 -DORTHANC_ENABLE_LOGGING_STDIO=0
475 ) 481 )
476 482
477 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL 483 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL
478 ${ORTHANC_ROOT}/Core/Cache/SharedArchive.cpp 484 ${ORTHANC_ROOT}/Core/Cache/SharedArchive.cpp
479 ${ORTHANC_ROOT}/Core/DicomParsing/DicomDirWriter.cpp
480 ${ORTHANC_ROOT}/Core/FileStorage/FilesystemStorage.cpp 485 ${ORTHANC_ROOT}/Core/FileStorage/FilesystemStorage.cpp
481 ${ORTHANC_ROOT}/Core/FileStorage/StorageAccessor.cpp 486 ${ORTHANC_ROOT}/Core/FileStorage/StorageAccessor.cpp
482 ${ORTHANC_ROOT}/Core/MultiThreading/BagOfTasksProcessor.cpp 487 ${ORTHANC_ROOT}/Core/MultiThreading/BagOfTasksProcessor.cpp
483 ${ORTHANC_ROOT}/Core/MultiThreading/Mutex.cpp 488 ${ORTHANC_ROOT}/Core/MultiThreading/Mutex.cpp
484 ${ORTHANC_ROOT}/Core/MultiThreading/ReaderWriterLock.cpp 489 ${ORTHANC_ROOT}/Core/MultiThreading/ReaderWriterLock.cpp