]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Deal with :
[gdcm.git] / Example / CMakeLists.txt
index c482794b97aef3a922e7da7c2692eb78bcad8796..d306878f30bd5eaac30faff2db748281c3750503 100644 (file)
@@ -12,10 +12,12 @@ SET(EXAMPLE_SOURCES
   exGrey2RGB
   exGC
   exImageLighten
-  exOverlaysACR
+  #exOverlaysACR
+  exOverlaysDCM
   exCurveData
   exExtractTag
   exSerieHelper
+  exXCoherentFileSet
   exExtractDicomTags
                 
 #the following are utilities
@@ -26,8 +28,12 @@ SET(EXAMPLE_SOURCES
   Anonymize         # for full gdcm readable files
   AnonymizeNoLoad   # without loading the Pixel Data 
   PatchHeader
+  PhilipsToBrucker
+  PhilipsToBrucker2    
   ReWrite
-
+  RawToDicom
+  TestValidate
+  
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
 #
@@ -35,11 +41,10 @@ SET(EXAMPLE_SOURCES
  
   FindTags
   FlatHashTablePrint
-  TestCopyDicom
-  TestChangeHeader
   Volume2Dicom
   WriteDicomSimple
   WriteRead
+  exCTPET
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})