X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=b03bbe763b92926fe1cc2798724ee23f1cc4a975;hb=966011ce27b63811f6459d1df23f2da361279718;hp=87aeb09b0793d5fb454d6c96329229d82739f80b;hpb=e4071f248493a36a1b8109fffcb924a255152b36;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 87aeb09b..b03bbe76 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -10,22 +10,28 @@ SET(EXAMPLE_SOURCES exReadPapyrus exReadWriteFile exAnonymize - exAnonymizeNoLoad + exAnonymizeNoLoad # without loading the Pixel Data exColorToRGB exGC exImageLighten + exOverlaysACR #the following are utilities PrintDicomDir PrintDocument PrintFile - PrintHeader FindTags MakeDicomDir - + AnonymizeDicomDir # without loading it as a gdcm::DicomDir + Anonymize # for full gdcm readable files + AnonymizeNoLoad # without loading the Pixel Data + ReWrite + #the following will be transformed into 'examples', or 'utilities' # or will be removed - +# +# Better you don't use them (not fully checked ...) + FlatHashTablePrint TestCopyDicom TestChangeHeader @@ -40,5 +46,6 @@ SET(EXAMPLE_SOURCES FOREACH(name ${EXAMPLE_SOURCES}) ADD_EXECUTABLE(${name} ${name}.cxx) TARGET_LINK_LIBRARIES(${name} gdcm) + INSTALL_TARGETS(/bin/ ${name}) ENDFOREACH(name)