X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=ce901013fdbf7e42a03369e15fcf4e885e08f3e0;hb=da22c7c2f2831169a938cde3fb146047041dd636;hp=1da32f3f1222d41faa84f59bc151cc776905990f;hpb=073cc0a0bc30a811d3242e2435ad436f649171f9;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 1da32f3f..ce901013 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -22,14 +22,16 @@ SET(EXAMPLE_SOURCES exSerieHelper exXCoherentFileSet exExtractDicomTags + exMoveImagesToSingleSerieUID #the following are utilities + PrintDicomDir PrintFile MakeDicomDir - AnonymizeDicomDir # without loading it as a gdcm::DicomDir - Anonymize # for full gdcm readable files - AnonymizeNoLoad # without loading the Pixel Data + AnonymizeDicomDir # without loading it as a gdcm::DicomDir + Anonymize # for full gdcm readable files + AnonymizeNoLoad # without loading the Pixel Data AnonymizeMultiPatient # without loading the Pixel Data PatchHeader ToInTag @@ -38,8 +40,10 @@ SET(EXAMPLE_SOURCES ReWriteExtended RawToDicom TestValidate + ToMRIregister #BatchUncompress - + ExtractOverlays + #the following will be transformed into 'examples', or 'utilities' # or will be removed # @@ -50,7 +54,7 @@ SET(EXAMPLE_SOURCES Volume2Dicom WriteDicomSimple WriteRead - WriteDicomAsJPEG + #WriteDicomAsJPEG exCTPET #Slice )