comparison CMakeLists.txt @ 100:f5b1a9267da0 refactoring

remove unused classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 21:45:21 +0100
parents ef1b27ba7dfc
children fdd94c241452
comparison
equal deleted inserted replaced
99:46ec13a1177c 100:f5b1a9267da0
150 ${CMAKE_SOURCE_DIR}/Orthanc/Resources/ThirdParty/base64/base64.cpp 150 ${CMAKE_SOURCE_DIR}/Orthanc/Resources/ThirdParty/base64/base64.cpp
151 151
152 ${CMAKE_SOURCE_DIR}/Plugin/Cache/CacheManager.cpp 152 ${CMAKE_SOURCE_DIR}/Plugin/Cache/CacheManager.cpp
153 ${CMAKE_SOURCE_DIR}/Plugin/Cache/CacheScheduler.cpp 153 ${CMAKE_SOURCE_DIR}/Plugin/Cache/CacheScheduler.cpp
154 ${CMAKE_SOURCE_DIR}/Plugin/ViewerToolbox.cpp 154 ${CMAKE_SOURCE_DIR}/Plugin/ViewerToolbox.cpp
155 ${CMAKE_SOURCE_DIR}/Plugin/SeriesVolumeSorter.cpp
156 ${CMAKE_SOURCE_DIR}/Plugin/ViewerPrefetchPolicy.cpp 155 ${CMAKE_SOURCE_DIR}/Plugin/ViewerPrefetchPolicy.cpp
157 ${CMAKE_SOURCE_DIR}/Plugin/InstanceInformation.cpp
158 ${CMAKE_SOURCE_DIR}/Plugin/InstanceInformationAdapter.cpp
159 ${CMAKE_SOURCE_DIR}/Plugin/SeriesInformationAdapter.cpp 156 ${CMAKE_SOURCE_DIR}/Plugin/SeriesInformationAdapter.cpp
160 ) 157 )
161 158
162 add_library(OrthancWebViewer 159 add_library(OrthancWebViewer
163 SHARED 160 SHARED