X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=397c294a8e36278972d6d69cdd52cebf21a88ae0;hb=21853845924b0511d06f02ea2635d3a1f0948492;hp=ac27346896312ac63678e4b7d4b9490ec51f82d0;hpb=61131cfa4902c3558c30ccc07b007fe43ed0a47f;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index ac273468..397c294a 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -26,7 +26,8 @@ SET(EXAMPLE_SOURCES MakeDicomDir AnonymizeDicomDir # without loading it as a gdcm::DicomDir Anonymize # for full gdcm readable files - AnonymizeNoLoad # without loading the Pixel Data + AnonymizeNoLoad # without loading the Pixel Data + AnonymizeMultiPatient # without loading the Pixel Data PatchHeader PhilipsToBrucker2 #ToInTag @@ -47,8 +48,7 @@ SET(EXAMPLE_SOURCES Volume2Dicom WriteDicomSimple WriteRead - exCTPET - AnonymizeMultiPatient + exCTPET ) FOREACH(name ${EXAMPLE_SOURCES})