]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Avois some warnings
[gdcm.git] / Example / CMakeLists.txt
index ac27346896312ac63678e4b7d4b9490ec51f82d0..07a151790ec32239af3ecf4ccc83c1ec61336578 100644 (file)
@@ -26,11 +26,11 @@ 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
-  MagnetomVisionToBrucker   
+  ToInTag
+  #MagnetomVisionToBrucker   
   ReWrite
   ReWriteExtended
   RawToDicom
@@ -48,7 +48,7 @@ SET(EXAMPLE_SOURCES
   WriteDicomSimple
   WriteRead
   exCTPET
-  AnonymizeMultiPatient  
+  Slice
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})