diff --git a/Code/Mantid/MantidPlot/CMakeLists.txt b/Code/Mantid/MantidPlot/CMakeLists.txt index 26e63d8fe2e1..732a1374a950 100644 --- a/Code/Mantid/MantidPlot/CMakeLists.txt +++ b/Code/Mantid/MantidPlot/CMakeLists.txt @@ -1025,6 +1025,9 @@ install ( FILES ${PY_FILES} DESTINATION ${BIN_DIR} ) foreach(PY_FILE ${MTDPLOTPY_FILES} ) install ( FILES pymantidplot/${PY_FILE} DESTINATION ${BIN_DIR}/pymantidplot ) endforeach() +foreach(FUT_PY_FILE ${FUTURE_FILES} ) + install ( FILES pymantidplot/future/${FUT_PY_FILE} DESTINATION ${BIN_DIR}/pymantidplot/future ) +endforeach() foreach(PY_FILE ${IPY_FILES} ) install ( FILES ipython_widget/${PY_FILE} DESTINATION ${BIN_DIR}/ipython_widget ) endforeach()