3 ${GDCM_SOURCE_DIR}/src/
8 #names starting with 'ex' are examples
13 exAnonymizeNoLoad # without loading the Pixel Data
19 #the following are utilities
25 AnonymizeDicomDir # without loading it as a gdcm::DicomDir
27 #the following will be transformed into 'examples', or 'utilities'
30 # Better you don't use them (not fully checked ...)
44 FOREACH(name ${EXAMPLE_SOURCES})
45 ADD_EXECUTABLE(${name} ${name}.cxx)
46 TARGET_LINK_LIBRARIES(${name} gdcm)
47 INSTALL_TARGETS(/bin/ ${name})