diff 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
line wrap: on
line diff
--- a/CMakeLists.txt	Mon May 11 11:52:46 2020 +0200
+++ b/CMakeLists.txt	Mon May 11 12:06:33 2020 +0200
@@ -143,6 +143,7 @@
   ${CORE_SOURCES}
   ${AUTOGENERATED_SOURCES}
   ${CMAKE_SOURCE_DIR}/Plugin/Plugin.cpp
+  ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
 
   # The following files depend on GDCM
   ${CMAKE_SOURCE_DIR}/Plugin/DecodedImageAdapter.cpp