Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
c3847685
Commit
c3847685
authored
Jan 26, 2016
by
peastman
Browse files
Merge pull request #1365 from peastman/typemaps
Install typemaps.i for use by plugins
parents
e9974569
97fa20a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/CMakeLists.txt
wrappers/python/CMakeLists.txt
+1
-1
No files found.
wrappers/python/CMakeLists.txt
View file @
c3847685
...
...
@@ -185,7 +185,7 @@ add_custom_command(
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++ \
#~ -outdir $PYTHON_PACKAGE_DIR \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment