]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Use ToInTag
[gdcm.git] / Example / CMakeLists.txt
index ac27346896312ac63678e4b7d4b9490ec51f82d0..22083d51fcd1ebb2d295342df84931921d1f2778 100644 (file)
@@ -26,10 +26,10 @@ 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
-  PhilipsToBrucker2 
-  #ToInTag
+  ToInTag
   MagnetomVisionToBrucker   
   ReWrite
   ReWriteExtended
@@ -47,8 +47,7 @@ SET(EXAMPLE_SOURCES
   Volume2Dicom
   WriteDicomSimple
   WriteRead
-  exCTPET
-  AnonymizeMultiPatient  
+  exCTPET 
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})