Skip to content

Commit

Permalink
ship files inside pymantiplot.future with manual install(), re #10799
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Dec 15, 2014
1 parent 7256952 commit 5bf9ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/MantidPlot/CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 5bf9ce8

Please sign in to comment.