comparison OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake @ 4899:3ab57510f6dd proto-filter-instance-returning-error-code

integration mainline->proto-filter-instance-returning-error-code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Feb 2022 12:59:30 +0100
parents 43e613a7756b
children ec5c203a97ea
comparison
equal deleted inserted replaced
4791:656784ac6759 4899:3ab57510f6dd
1 # Orthanc - A Lightweight, RESTful DICOM Store 1 # Orthanc - A Lightweight, RESTful DICOM Store
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
3 # Department, University Hospital of Liege, Belgium 3 # Department, University Hospital of Liege, Belgium
4 # Copyright (C) 2017-2021 Osimis S.A., Belgium 4 # Copyright (C) 2017-2022 Osimis S.A., Belgium
5 # Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
5 # 6 #
6 # This program is free software: you can redistribute it and/or 7 # This program is free software: you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public License 8 # modify it under the terms of the GNU Lesser General Public License
8 # as published by the Free Software Foundation, either version 3 of 9 # as published by the Free Software Foundation, either version 3 of
9 # the License, or (at your option) any later version. 10 # the License, or (at your option) any later version.
180 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/IImageWriter.cpp 181 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/IImageWriter.cpp
181 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/Image.cpp 182 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/Image.cpp
182 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/ImageAccessor.cpp 183 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/ImageAccessor.cpp
183 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/ImageBuffer.cpp 184 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/ImageBuffer.cpp
184 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/ImageProcessing.cpp 185 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/ImageProcessing.cpp
186 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/NumpyWriter.cpp
185 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/PamReader.cpp 187 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/PamReader.cpp
186 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/PamWriter.cpp 188 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Images/PamWriter.cpp
187 ) 189 )
188 endif() 190 endif()
189 191
383 if (NOT ORTHANC_SANDBOXED) 385 if (NOT ORTHANC_SANDBOXED)
384 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL 386 list(APPEND ORTHANC_CORE_SOURCES_INTERNAL
385 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Compression/HierarchicalZipWriter.cpp 387 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Compression/HierarchicalZipWriter.cpp
386 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Compression/ZipWriter.cpp 388 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/Compression/ZipWriter.cpp
387 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/FileStorage/StorageAccessor.cpp 389 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/FileStorage/StorageAccessor.cpp
390 ${CMAKE_CURRENT_LIST_DIR}/../../Sources/FileStorage/StorageCache.cpp
388 ) 391 )
389 endif() 392 endif()
390 endif() 393 endif()
391 394
392 395