X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FCMakeLists.txt;h=f50976ab9329b73bfbc16bd294ca0d3bc3e0bd09;hb=a7db02bef6a7ac565b50cab8fbda9f04f3dfe07a;hp=b3bde10cbae8e2db67c7cf2a9b14c45c32198f07;hpb=25c9af365d9221bd45f3fbe27275ff0f66a265b1;p=gdcm.git diff --git a/gdcmPython/demo/CMakeLists.txt b/gdcmPython/demo/CMakeLists.txt index b3bde10c..f50976ab 100644 --- a/gdcmPython/demo/CMakeLists.txt +++ b/gdcmPython/demo/CMakeLists.txt @@ -33,6 +33,11 @@ ENDIF(PYTHON_EXECUTABLE) #----------------------------------------------------------------------------- # Copy all the demo directory content to the cmake bin # Without it, tests can't be launched +CONFIGURE_FILE( + ${GDCM_SOURCE_DIR}/gdcmPython/demo/gdcmConfigDemo.py.in + ${GDCM_BINARY_DIR}/gdcmPython/demo/gdcmConfigDemo.py +) + CONFIGURE_FILE( ${GDCM_SOURCE_DIR}/gdcmPython/demo/PrintFile.py.in ${GDCM_BINARY_DIR}/gdcmPython/demo/PrintFile.py