Browse Source

ADD: dicom indexer class

Marco Nolden 15 years ago
parent
commit
3b7780bb7d
1 changed files with 2 additions and 0 deletions
  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
   )