X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=d306878f30bd5eaac30faff2db748281c3750503;hb=2593ff4a7d9a3ccf7f77de5f3f1981afa4365bb6;hp=20236d03ab31055d20685d097f6c03d0af41c260;hpb=45c38ff14f1a399a07eb2bb660d305577f4b35f8;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 20236d03..d306878f 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,12 @@ SET(EXAMPLE_SOURCES Anonymize # for full gdcm readable files AnonymizeNoLoad # without loading the Pixel Data PatchHeader + PhilipsToBrucker + PhilipsToBrucker2 ReWrite - + RawToDicom + TestValidate + #the following will be transformed into 'examples', or 'utilities' # or will be removed # @@ -39,6 +44,7 @@ SET(EXAMPLE_SOURCES Volume2Dicom WriteDicomSimple WriteRead + exCTPET ) FOREACH(name ${EXAMPLE_SOURCES})