comparison ViewerPlugin/CMakeLists.txt @ 73:a8c90aa32ca6

LRU caching of pyramids, OrthancWSIClearCache script
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Nov 2016 16:51:19 +0100
parents 2e3d22667409
children d101055fc20b
comparison
equal deleted inserted replaced
72:ea6309f70f1f 73:a8c90aa32ca6
156 ## Create the list of the source files that depend upon the 156 ## Create the list of the source files that depend upon the
157 ## precompiled headers 157 ## precompiled headers
158 ##################################################################### 158 #####################################################################
159 159
160 set(ORTHANC_WSI_SOURCES 160 set(ORTHANC_WSI_SOURCES
161 DicomPyramidCache.cpp
161 Plugin.cpp 162 Plugin.cpp
162 ${ORTHANC_WSI_DIR}/Framework/DicomToolbox.cpp 163 ${ORTHANC_WSI_DIR}/Framework/DicomToolbox.cpp
163 ${ORTHANC_WSI_DIR}/Framework/Enumerations.cpp 164 ${ORTHANC_WSI_DIR}/Framework/Enumerations.cpp
164 ${ORTHANC_WSI_DIR}/Framework/ImageToolbox.cpp 165 ${ORTHANC_WSI_DIR}/Framework/ImageToolbox.cpp
165 ${ORTHANC_WSI_DIR}/Framework/Inputs/DicomPyramid.cpp 166 ${ORTHANC_WSI_DIR}/Framework/Inputs/DicomPyramid.cpp