]> Creatis software - gdcm.git/commitdiff
Update CMakeLists.txt
authorjpr <jpr>
Mon, 22 Aug 2005 11:25:10 +0000 (11:25 +0000)
committerjpr <jpr>
Mon, 22 Aug 2005 11:25:10 +0000 (11:25 +0000)
Example/CMakeLists.txt

index 49a7c63aed168294f01e4e353587c1e9118f79e8..02ea58ce7760ce3ea398ee6f35aff86d83805734 100644 (file)
@@ -6,11 +6,8 @@ INCLUDE_DIRECTORIES(
 
 SET(EXAMPLE_SOURCES
 #names starting with 'ex' are examples  
-  exBuildUpDicomDir
   exReadPapyrus
   exReadWriteFile
-  exAnonymize
-  exAnonymizeNoLoad  # without loading the Pixel Data
   exColorToRGB
   exGrey2RGB
   exGC
@@ -22,7 +19,6 @@ SET(EXAMPLE_SOURCES
   PrintDicomDir
   PrintDocument
   PrintFile
-  FindTags
   MakeDicomDir
   AnonymizeDicomDir # without loading it as a gdcm::DicomDir
   Anonymize         # for full gdcm readable files
@@ -34,6 +30,7 @@ SET(EXAMPLE_SOURCES
 #
 # Better you don't use them (not fully checked ...)
  
+  FindTags
   FlatHashTablePrint
   TestCopyDicom
   TestChangeHeader