diff Resources/CMake/OrthancStoneConfiguration.cmake @ 1110:b82b74d13830 broker

ParseDicomFileCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Oct 2019 15:05:46 +0100
parents 998d9e4402e0
children a08699daf78b
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneConfiguration.cmake	Wed Oct 30 11:56:10 2019 +0100
+++ b/Resources/CMake/OrthancStoneConfiguration.cmake	Thu Oct 31 15:05:46 2019 +0100
@@ -399,6 +399,12 @@
 endif()
 
 
+if (ENABLE_DCMTK)
+  list(APPEND ORTHANC_STONE_SOURCES
+    ${ORTHANC_STONE_ROOT}/Framework/Oracle/ParseDicomFileCommand.cpp
+    )
+endif()
+
 if (ENABLE_THREADS)
   list(APPEND ORTHANC_STONE_SOURCES
     ${ORTHANC_STONE_ROOT}/Framework/Messages/LockingEmitter.cpp