]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Avois some warnings
[gdcm.git] / Example / CMakeLists.txt
index b98cf1146ac93de9e30173b6bfaed6f0a1645f8f..07a151790ec32239af3ecf4ccc83c1ec61336578 100644 (file)
@@ -26,14 +26,16 @@ 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 
-  MagnetomVisionToBrucker   
+  ToInTag
+  #MagnetomVisionToBrucker   
   ReWrite
+  ReWriteExtended
   RawToDicom
   TestValidate
+  #BatchUncompress
   
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
@@ -46,6 +48,7 @@ SET(EXAMPLE_SOURCES
   WriteDicomSimple
   WriteRead
   exCTPET
+  Slice
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})