]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/CMakeLists.txt
* Amelioration of the Python part concerning demos
[gdcm.git] / gdcmPython / demo / CMakeLists.txt
index b3bde10cbae8e2db67c7cf2a9b14c45c32198f07..f50976ab9329b73bfbc16bd294ca0d3bc3e0bd09 100644 (file)
@@ -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