diff 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
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Nov 27 14:43:38 2015 +0100
+++ b/CMakeLists.txt	Fri Nov 27 16:19:09 2015 +0100
@@ -168,6 +168,9 @@
   # The following files depend on GDCM
   ${CMAKE_SOURCE_DIR}/Plugin/ParsedDicomImage.cpp
   ${CMAKE_SOURCE_DIR}/Plugin/DecodedImageAdapter.cpp
+  ${CMAKE_SOURCE_DIR}/Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp
+  ${CMAKE_SOURCE_DIR}/Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp
+  ${CMAKE_SOURCE_DIR}/Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp
   )