comparison CMakeLists.txt @ 95:dbe7c97b6b4a refactoring

replace built-in decoder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 16:19:09 +0100
parents 63396b070632
children ef1b27ba7dfc
comparison
equal deleted inserted replaced
94:63396b070632 95:dbe7c97b6b4a
166 ${CMAKE_SOURCE_DIR}/Plugin/Plugin.cpp 166 ${CMAKE_SOURCE_DIR}/Plugin/Plugin.cpp
167 167
168 # The following files depend on GDCM 168 # The following files depend on GDCM
169 ${CMAKE_SOURCE_DIR}/Plugin/ParsedDicomImage.cpp 169 ${CMAKE_SOURCE_DIR}/Plugin/ParsedDicomImage.cpp
170 ${CMAKE_SOURCE_DIR}/Plugin/DecodedImageAdapter.cpp 170 ${CMAKE_SOURCE_DIR}/Plugin/DecodedImageAdapter.cpp
171 ${CMAKE_SOURCE_DIR}/Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp
172 ${CMAKE_SOURCE_DIR}/Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp
173 ${CMAKE_SOURCE_DIR}/Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp
171 ) 174 )
172 175
173 176
174 if (STATIC_BUILD OR NOT USE_SYSTEM_GDCM) 177 if (STATIC_BUILD OR NOT USE_SYSTEM_GDCM)
175 add_dependencies(OrthancWebViewer GDCM) 178 add_dependencies(OrthancWebViewer GDCM)