]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Forgot commenting out
[gdcm.git] / Example / CMakeLists.txt
index d306878f30bd5eaac30faff2db748281c3750503..87c0624268ba79f1dce85d0e4d440410b39d82e8 100644 (file)
@@ -26,13 +26,16 @@ 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
-  PhilipsToBrucker
-  PhilipsToBrucker2    
+  ToInTag
+  #MagnetomVisionToBrucker   
   ReWrite
+  ReWriteExtended
   RawToDicom
   TestValidate
+  #BatchUncompress
   
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
@@ -45,6 +48,7 @@ SET(EXAMPLE_SOURCES
   WriteDicomSimple
   WriteRead
   exCTPET
+  #Slice
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})