]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
use AnonymizeMultiPatient.cxx
[gdcm.git] / Example / CMakeLists.txt
index ac27346896312ac63678e4b7d4b9490ec51f82d0..397c294a8e36278972d6d69cdd52cebf21a88ae0 100644 (file)
@@ -26,7 +26,8 @@ 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
@@ -47,8 +48,7 @@ SET(EXAMPLE_SOURCES
   Volume2Dicom
   WriteDicomSimple
   WriteRead
-  exCTPET
-  AnonymizeMultiPatient  
+  exCTPET 
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})