]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Add a skeletton program for newbees
[gdcm.git] / Example / CMakeLists.txt
index 328f2f03600d724ddc5bc1612eccde9c274c6f33..df8f66986292ce33fa454c4e908f2c123317fa99 100644 (file)
@@ -5,25 +5,31 @@ INCLUDE_DIRECTORIES(
 )
 
 SET(EXAMPLE_SOURCES
-  BuildUpDicomDir
-  FindTags
-  FlatHashTablePrint
-  makeDicomDir
+#names starting with 'ex' are examples  
+  exBuildUpDicomDir
+  exReadPapyrus
+  exReadWriteFile
+  
+#the following are utilities
+  PrintDicomDir
   PrintDocument
   PrintFile
   PrintHeader
-  PrintDicomDir
+  FindTags
+  MakeDicomDir
+
+#the following will be transformed into 'examples', or 'utilities'
+#              or will be removed
+
+  FlatHashTablePrint
   TestCopyDicom
   TestChangeHeader
-  TestReadWriteReadCompare
-  TestDcm2Acr
+  TestFromScratch
   TestWrite
   TestWriteSimple
   Volume2Dicom
   WriteDicomSimple
-  Write
   WriteRead
-  WriteDicom
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})