8 #names starting with 'ex' are examples
23 #the following are utilities
27 AnonymizeDicomDir # without loading it as a gdcm::DicomDir
28 Anonymize # for full gdcm readable files
29 AnonymizeNoLoad # without loading the Pixel Data
33 MagnetomVisionToBrucker
39 #the following will be transformed into 'examples', or 'utilities'
42 # Better you don't use them (not fully checked ...)
52 FOREACH(name ${EXAMPLE_SOURCES})
53 ADD_EXECUTABLE(${name} ${name}.cxx )
54 TARGET_LINK_LIBRARIES(${name} gdcm)
55 INSTALL_TARGETS(/bin/ ${name})