]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Fix troubles in AnonymizeMultiPatient.
[gdcm.git] / Example / CMakeLists.txt
index 20236d03ab31055d20685d097f6c03d0af41c260..ac27346896312ac63678e4b7d4b9490ec51f82d0 100644 (file)
@@ -12,7 +12,8 @@ SET(EXAMPLE_SOURCES
   exGrey2RGB
   exGC
   exImageLighten
-  exOverlaysACR
+  #exOverlaysACR
+  exOverlaysDCM
   exCurveData
   exExtractTag
   exSerieHelper
@@ -27,8 +28,15 @@ SET(EXAMPLE_SOURCES
   Anonymize         # for full gdcm readable files
   AnonymizeNoLoad   # without loading the Pixel Data 
   PatchHeader
+  PhilipsToBrucker2 
+  #ToInTag
+  MagnetomVisionToBrucker   
   ReWrite
-
+  ReWriteExtended
+  RawToDicom
+  TestValidate
+  #BatchUncompress
+  
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
 #
@@ -39,6 +47,8 @@ SET(EXAMPLE_SOURCES
   Volume2Dicom
   WriteDicomSimple
   WriteRead
+  exCTPET
+  AnonymizeMultiPatient  
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})