comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2610:3ff4c50647ea jobs

moving the old scheduler to the graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 19 May 2018 16:40:26 +0200
parents 988936118354
children af7ea91dd4d5
comparison
equal deleted inserted replaced
2609:f7a84b551ee4 2610:3ff4c50647ea
421 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=1) 421 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=1)
422 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL 422 list(APPEND ORTHANC_DICOM_SOURCES_INTERNAL
423 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomFindAnswers.cpp 423 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomFindAnswers.cpp
424 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomServer.cpp 424 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomServer.cpp
425 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomUserConnection.cpp 425 ${ORTHANC_ROOT}/Core/DicomNetworking/DicomUserConnection.cpp
426 ${ORTHANC_ROOT}/Core/DicomNetworking/RemoteModalityParameters.cpp
427 ${ORTHANC_ROOT}/Core/DicomNetworking/ReusableDicomUserConnection.cpp
428
429 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/CommandDispatcher.cpp 426 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/CommandDispatcher.cpp
430 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/FindScp.cpp 427 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/FindScp.cpp
431 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/MoveScp.cpp 428 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/MoveScp.cpp
432 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/StoreScp.cpp 429 ${ORTHANC_ROOT}/Core/DicomNetworking/Internals/StoreScp.cpp
430 ${ORTHANC_ROOT}/Core/DicomNetworking/RemoteModalityParameters.cpp
431 ${ORTHANC_ROOT}/Core/DicomNetworking/TimeoutDicomConnectionManager.cpp
433 ) 432 )
434 else() 433 else()
435 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=0) 434 add_definitions(-DORTHANC_ENABLE_DCMTK_NETWORKING=0)
436 endif() 435 endif()
437 436
495 ) 494 )
496 endif() 495 endif()
497 496
498 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL 497 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL
499 ${ORTHANC_ROOT}/Core/Cache/SharedArchive.cpp 498 ${ORTHANC_ROOT}/Core/Cache/SharedArchive.cpp
500 ${ORTHANC_ROOT}/Core/DicomNetworking/TimeoutDicomConnectionManager.cpp
501 ${ORTHANC_ROOT}/Core/FileStorage/FilesystemStorage.cpp 499 ${ORTHANC_ROOT}/Core/FileStorage/FilesystemStorage.cpp
502 ${ORTHANC_ROOT}/Core/JobsEngine/JobInfo.cpp 500 ${ORTHANC_ROOT}/Core/JobsEngine/JobInfo.cpp
503 ${ORTHANC_ROOT}/Core/JobsEngine/JobStatus.cpp 501 ${ORTHANC_ROOT}/Core/JobsEngine/JobStatus.cpp
504 ${ORTHANC_ROOT}/Core/JobsEngine/JobStepResult.cpp 502 ${ORTHANC_ROOT}/Core/JobsEngine/JobStepResult.cpp
505 ${ORTHANC_ROOT}/Core/JobsEngine/JobsEngine.cpp 503 ${ORTHANC_ROOT}/Core/JobsEngine/JobsEngine.cpp