Explorar el Código

ADD: dicom indexer class

Marco Nolden hace 15 años
padre
commit
3b7780bb7d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Libs/DICOM/Core/CMakeLists.txt

+ 2 - 0
Libs/DICOM/Core/CMakeLists.txt

@@ -24,6 +24,8 @@ SET(KIT_include_directories
 SET(KIT_SRCS
   qCTKDCMTK.cxx
   qCTKDCMTK.h
+  qCTKDCMTKIndexer.cxx
+  qCTKDCMTKIndexer.h
   qCTKDCMTKModel.cxx
   qCTKDCMTKModel.h
   )