5 ${GDCM_BINARY_DIR}/src)
7 #names starting with 'ex' are examples
9 #exDicomRTStructSetFile
26 exMoveImagesToSingleSerieUID
28 #the following are utilities
33 # without loading it as a gdcm::DicomDir
35 # for full gdcm readable files
37 # without loading the Pixel Data
39 # without loading the Pixel Data
47 DenseMultiFramesToDicom
51 #the following will be transformed into 'examples', or 'utilities'
53 # Better you don't use them (not fully checked ...)
60 ## Troubles on Windows !
68 FOREACH(name ${EXAMPLE_SOURCES})
69 ADD_EXECUTABLE(${name} ${name}.cxx )
70 TARGET_LINK_LIBRARIES(${name} gdcm)
71 INSTALL_TARGETS(/bin/ ${name})