]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Waiting for the final removal of MagnetomVisionToBrucker.cxx, commented out.
[gdcm.git] / Example / CMakeLists.txt
index 0515c9675e27fab522c1366054d7ad9ae30f239d..82b7343250805ad4796d205b40bf2ec6079e8924 100644 (file)
@@ -12,13 +12,13 @@ SET(EXAMPLE_SOURCES
   exGrey2RGB
   exGC
   exImageLighten
-  exOverlaysACR
+  #exOverlaysACR
+  exOverlaysDCM
   exCurveData
   exExtractTag
   exSerieHelper
+  exXCoherentFileSet
   exExtractDicomTags
-  exPrintTime
-  exInline
                 
 #the following are utilities
   PrintDicomDir
@@ -26,10 +26,17 @@ SET(EXAMPLE_SOURCES
   MakeDicomDir
   AnonymizeDicomDir # without loading it as a gdcm::DicomDir
   Anonymize         # for full gdcm readable files
-  AnonymizeNoLoad   # without loading the Pixel Data 
+  AnonymizeNoLoad   # without loading the Pixel Data
+  AnonymizeMultiPatient # without loading the Pixel Data
   PatchHeader
+  ToInTag
+  #MagnetomVisionToBrucker   
   ReWrite
-
+  ReWriteExtended
+  RawToDicom
+  TestValidate
+  #BatchUncompress
+  
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
 #
@@ -37,11 +44,10 @@ SET(EXAMPLE_SOURCES
  
   FindTags
   FlatHashTablePrint
-  TestCopyDicom
-  TestChangeHeader
   Volume2Dicom
   WriteDicomSimple
   WriteRead
+  exCTPET 
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})