]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Avoid Warning
[gdcm.git] / Example / CMakeLists.txt
index cc442cd85f2ff525ac67440d4ca5f7327e13536c..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
-  PhilipsToBrucker
-  PhilipsToBrucker2 
+  ToInTag
   MagnetomVisionToBrucker   
   ReWrite
   ReWriteExtended
@@ -47,7 +47,7 @@ SET(EXAMPLE_SOURCES
   Volume2Dicom
   WriteDicomSimple
   WriteRead
-  exCTPET
+  exCTPET 
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})