]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Propagate Mathieu's modif from 1.2 to CVS version.
[gdcm.git] / Example / CMakeLists.txt
index 0a9ede3b679a5e7a87d47752dc710745f5d9ea4c..cc442cd85f2ff525ac67440d4ca5f7327e13536c 100644 (file)
@@ -28,8 +28,14 @@ SET(EXAMPLE_SOURCES
   Anonymize         # for full gdcm readable files
   AnonymizeNoLoad   # without loading the Pixel Data 
   PatchHeader
+  PhilipsToBrucker
+  PhilipsToBrucker2 
+  MagnetomVisionToBrucker   
   ReWrite
+  ReWriteExtended
+  RawToDicom
   TestValidate
+  #BatchUncompress
   
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
@@ -41,6 +47,7 @@ SET(EXAMPLE_SOURCES
   Volume2Dicom
   WriteDicomSimple
   WriteRead
+  exCTPET
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})