]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Add a skeletton program for newbees
[gdcm.git] / Example / CMakeLists.txt
index 99404d4b808054d4415156568b5b89715401abb2..df8f66986292ce33fa454c4e908f2c123317fa99 100644 (file)
@@ -5,24 +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
   TestFromScratch
-  TestPapyrus
   TestWrite
   TestWriteSimple
   Volume2Dicom
   WriteDicomSimple
   WriteRead
-  WriteDicom
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})