From 3c5eca60a00c737f2bf0374ae6bd2763b50951e0 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 22 Aug 2005 11:25:10 +0000 Subject: [PATCH] Update CMakeLists.txt --- Example/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 49a7c63a..02ea58ce 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -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 -- 2.45.1