X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=07a151790ec32239af3ecf4ccc83c1ec61336578;hb=210b97f6a6aaec31089e4cec768605f580948d49;hp=cc442cd85f2ff525ac67440d4ca5f7327e13536c;hpb=334c1f1be0ecba3567a52225ee973d69e906c721;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index cc442cd8..07a15179 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -26,11 +26,11 @@ 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 - PhilipsToBrucker - PhilipsToBrucker2 - MagnetomVisionToBrucker + ToInTag + #MagnetomVisionToBrucker ReWrite ReWriteExtended RawToDicom @@ -48,6 +48,7 @@ SET(EXAMPLE_SOURCES WriteDicomSimple WriteRead exCTPET + Slice ) FOREACH(name ${EXAMPLE_SOURCES})