X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=ac27346896312ac63678e4b7d4b9490ec51f82d0;hb=61131cfa4902c3558c30ccc07b007fe43ed0a47f;hp=20236d03ab31055d20685d097f6c03d0af41c260;hpb=45c38ff14f1a399a07eb2bb660d305577f4b35f8;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 20236d03..ac273468 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -12,7 +12,8 @@ SET(EXAMPLE_SOURCES exGrey2RGB exGC exImageLighten - exOverlaysACR + #exOverlaysACR + exOverlaysDCM exCurveData exExtractTag exSerieHelper @@ -27,8 +28,15 @@ SET(EXAMPLE_SOURCES Anonymize # for full gdcm readable files AnonymizeNoLoad # without loading the Pixel Data PatchHeader + PhilipsToBrucker2 + #ToInTag + MagnetomVisionToBrucker ReWrite - + ReWriteExtended + RawToDicom + TestValidate + #BatchUncompress + #the following will be transformed into 'examples', or 'utilities' # or will be removed # @@ -39,6 +47,8 @@ SET(EXAMPLE_SOURCES Volume2Dicom WriteDicomSimple WriteRead + exCTPET + AnonymizeMultiPatient ) FOREACH(name ${EXAMPLE_SOURCES})