Commit 97fa20a0 authored by peastman's avatar peastman
Browse files

Install typemaps.i for use by plugins

parent d2fd6cee
...@@ -185,7 +185,7 @@ add_custom_command( ...@@ -185,7 +185,7 @@ add_custom_command(
COMMENT "Creating OpenMM Python swig input files..." COMMENT "Creating OpenMM Python swig input files..."
) )
INSTALL_FILES(/include FILES "${SWIG_OPENMM_DIR}/OpenMMSwigHeaders.i") INSTALL_FILES(/include/swig FILES "${SWIG_OPENMM_DIR}/OpenMMSwigHeaders.i" "${SWIG_OPENMM_DIR}/swig_lib/python/typemaps.i")
#~ swig -python -c++ \ #~ swig -python -c++ \
#~ -outdir $PYTHON_PACKAGE_DIR \ #~ -outdir $PYTHON_PACKAGE_DIR \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment