X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=814cdb461ea8ba29878b572d62416b5b6bcab8c4;hb=1bfa0a95d903b52157d7c0de217785d9c55d375e;hp=87aeb09b0793d5fb454d6c96329229d82739f80b;hpb=e4071f248493a36a1b8109fffcb924a255152b36;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 87aeb09b..814cdb46 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -10,22 +10,29 @@ SET(EXAMPLE_SOURCES exReadPapyrus exReadWriteFile exAnonymize - exAnonymizeNoLoad + exAnonymizeNoLoad # without loading the Pixel Data exColorToRGB + exGrey2RGB 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 +47,6 @@ SET(EXAMPLE_SOURCES FOREACH(name ${EXAMPLE_SOURCES}) ADD_EXECUTABLE(${name} ${name}.cxx) TARGET_LINK_LIBRARIES(${name} gdcm) + INSTALL_TARGETS(/bin/ ${name}) ENDFOREACH(name)