comparison CMakeLists.txt @ 230:cce89307af28

replacing GdcmDecoder/OrthancImageWrapper.h by OrthancPluginCppWrapper.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 May 2020 12:06:33 +0200
parents 967ae255a58f
children 7097d0eaac76 aa230d13c442
comparison
equal deleted inserted replaced
229:967ae255a58f 230:cce89307af28
141 add_library(OrthancWebViewer 141 add_library(OrthancWebViewer
142 SHARED 142 SHARED
143 ${CORE_SOURCES} 143 ${CORE_SOURCES}
144 ${AUTOGENERATED_SOURCES} 144 ${AUTOGENERATED_SOURCES}
145 ${CMAKE_SOURCE_DIR}/Plugin/Plugin.cpp 145 ${CMAKE_SOURCE_DIR}/Plugin/Plugin.cpp
146 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
146 147
147 # The following files depend on GDCM 148 # The following files depend on GDCM
148 ${CMAKE_SOURCE_DIR}/Plugin/DecodedImageAdapter.cpp 149 ${CMAKE_SOURCE_DIR}/Plugin/DecodedImageAdapter.cpp
149 ${ORTHANC_ROOT}/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp 150 ${ORTHANC_ROOT}/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp
150 ${ORTHANC_ROOT}/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp 151 ${ORTHANC_ROOT}/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp