diff CMakeLists.txt @ 133:3251ec958a29

Option "RestrictTransferSyntaxes" saying which transfer syntaxes should be decoded with GDCM
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 17:04:58 +0200
parents 3809121c3290
children 0a3d234f6106
line wrap: on
line diff
--- a/CMakeLists.txt	Tue May 31 12:12:59 2016 +0200
+++ b/CMakeLists.txt	Thu Jun 09 17:04:58 2016 +0200
@@ -147,6 +147,9 @@
   ${CMAKE_SOURCE_DIR}/Orthanc/Core/SQLite/Transaction.cpp
   ${CMAKE_SOURCE_DIR}/Orthanc/Core/Toolbox.cpp
   ${CMAKE_SOURCE_DIR}/Orthanc/Core/Uuid.cpp
+  ${CMAKE_SOURCE_DIR}/Orthanc/Core/DicomFormat/DicomMap.cpp
+  ${CMAKE_SOURCE_DIR}/Orthanc/Core/DicomFormat/DicomTag.cpp
+  ${CMAKE_SOURCE_DIR}/Orthanc/Core/DicomFormat/DicomValue.cpp
   ${CMAKE_SOURCE_DIR}/Orthanc/Resources/ThirdParty/base64/base64.cpp
 
   ${CMAKE_SOURCE_DIR}/Plugin/Cache/CacheManager.cpp