comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 3ab2d48c8f69 f0dd5ded8927
children d86bddb50972
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
482 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=1) 482 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=1)
483 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL 483 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL
484 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomAssociation.cpp 484 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomAssociation.cpp
485 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomAssociationParameters.cpp 485 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomAssociationParameters.cpp
486 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomControlUserConnection.cpp 486 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomControlUserConnection.cpp
487 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomStoreUserConnection.cpp
488 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomFindAnswers.cpp 487 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomFindAnswers.cpp
489 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomServer.cpp 488 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomServer.cpp
490 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomUserConnection.cpp 489 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomStoreUserConnection.cpp
491 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/CommandDispatcher.cpp 490 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/CommandDispatcher.cpp
492 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/FindScp.cpp 491 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/FindScp.cpp
493 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/MoveScp.cpp 492 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/MoveScp.cpp
494 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/GetScp.cpp 493 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/GetScp.cpp
495 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/StoreScp.cpp 494 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/StoreScp.cpp
501 endif() 500 endif()
502 501
503 # New in Orthanc 1.6.0 502 # New in Orthanc 1.6.0
504 if (ENABLE_DCMTK_TRANSCODING) 503 if (ENABLE_DCMTK_TRANSCODING)
505 add_definitions(-DORTHANC_ENABLE_DCMTK_TRANSCODING=1) 504 add_definitions(-DORTHANC_ENABLE_DCMTK_TRANSCODING=1)
505 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL
506 ${ORTHANC_ROOT}/Core/DicomParsing/DcmtkTranscoder.cpp
507 ${ORTHANC_ROOT}/Core/DicomParsing/IDicomTranscoder.cpp
508 ${ORTHANC_ROOT}/Core/DicomParsing/MemoryBufferTranscoder.cpp
509 )
506 else() 510 else()
507 add_definitions(-DORTHANC_ENABLE_DCMTK_TRANSCODING=0) 511 add_definitions(-DORTHANC_ENABLE_DCMTK_TRANSCODING=0)
508 endif() 512 endif()
509 513
510 if (STANDALONE_BUILD AND NOT HAS_EMBEDDED_RESOURCES) 514 if (STANDALONE_BUILD AND NOT HAS_EMBEDDED_RESOURCES)