comparison ViewerPlugin/CMakeLists.txt @ 62:f45cec2c32e2

Speed-up in the Web viewer plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 18:21:15 +0100
parents 147bd6dc28db
children 2e3d22667409
comparison
equal deleted inserted replaced
61:147bd6dc28db 62:f45cec2c32e2
185 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp 185 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp
186 ${ORTHANC_ROOT}/Core/Logging.cpp 186 ${ORTHANC_ROOT}/Core/Logging.cpp
187 ${ORTHANC_ROOT}/Core/MultiThreading/Semaphore.cpp 187 ${ORTHANC_ROOT}/Core/MultiThreading/Semaphore.cpp
188 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp 188 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
189 ${ORTHANC_ROOT}/Core/Toolbox.cpp 189 ${ORTHANC_ROOT}/Core/Toolbox.cpp
190 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp
191 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomPath.cpp
192 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp
190 ${ORTHANC_ROOT}/Plugins/Samples/Common/IOrthancConnection.cpp 193 ${ORTHANC_ROOT}/Plugins/Samples/Common/IOrthancConnection.cpp
191 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginConnection.cpp 194 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginConnection.cpp
192 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp 195 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
193 ) 196 )
194 197