]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Use ToInTag
[gdcm.git] / Example / CMakeLists.txt
index bc720d750f1c63ac31ac22ce65953d7558f70c70..22083d51fcd1ebb2d295342df84931921d1f2778 100644 (file)
@@ -26,12 +26,13 @@ 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
@@ -46,7 +47,7 @@ SET(EXAMPLE_SOURCES
   Volume2Dicom
   WriteDicomSimple
   WriteRead
-  exCTPET
+  exCTPET 
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})