X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FCMakeLists.txt;h=4c76a3bae078854150d723300c8a8789d1eee888;hb=0b9694d267e7eab6b1b8fb25d59fde201ccb1000;hp=23320d75f633ce23b61deed51f25438448553cc8;hpb=409d1e0eb9cdfb64db19a110808f27cf054d68a6;p=gdcm.git diff --git a/gdcmPython/demo/CMakeLists.txt b/gdcmPython/demo/CMakeLists.txt index 23320d75..4c76a3ba 100644 --- a/gdcmPython/demo/CMakeLists.txt +++ b/gdcmPython/demo/CMakeLists.txt @@ -53,6 +53,12 @@ CONFIGURE_FILE( ${GDCM_BINARY_DIR}/gdcmPython/demo/PrintDict.py ) +INSTALL_FILES(/lib/gdcm/gdcmPython/demo FILES + "${GDCM_BINARY_DIR}/gdcmPython/demo/PrintFile.py" + "${GDCM_BINARY_DIR}/gdcmPython/demo/PrintDicomDir.py" + "${GDCM_BINARY_DIR}/gdcmPython/demo/PrintDict.py" +) + #----------------------------------------------------------------------------- # Same but for VTK IF(GDCM_VTK) @@ -74,8 +80,13 @@ IF(GDCM_VTK) ${GDCM_SOURCE_DIR}/gdcmPython/demo/vtkGdcmWriter.py.in ${GDCM_BINARY_DIR}/gdcmPython/demo/vtkGdcmWriter.py ) + + INSTALL_FILES(/lib/gdcm/gdcmPython/demo FILES + "${GDCM_BINARY_DIR}/gdcmPython/demo/vtkGdcmReader.py" + "${GDCM_BINARY_DIR}/gdcmPython/demo/vtkGdcmWriter.py" + ) + ENDIF(GDCM_VTK) #----------------------------------------------------------------------------- -INSTALL_FILES(/lib/gdcm/gdcmPython/demo "\\.py$")