"openmmapi/include/GBVIForce.h" did not exist on "62c4fd533a119565bc290acd4ae7c2d9e57a2b2a"
Commit e4ca66e4 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Install FreeEnergy plugin (Reference version) to the plugins directory.

Note that I'm also modifying pyopenmm to be aware of this change.
parent 80a36e4c
......@@ -184,9 +184,9 @@ ENDIF(OPENMM_BUILD_FREE_ENERGY_CUDA_LIB)
# ADD_SUBDIRECTORY(platforms/opencl)
#ENDIF(OPENMM_BUILD_OPENCL_LIB)
INSTALL_TARGETS(/lib RUNTIME_DIRECTORY /lib/plugins ${SHARED_FREE_ENERGY_TARGET})
INSTALL_TARGETS(/lib/plugins RUNTIME_DIRECTORY /lib/plugins ${SHARED_FREE_ENERGY_TARGET})
IF(OPENMM_BUILD_STATIC_LIB)
INSTALL_TARGETS(/lib RUNTIME_DIRECTORY /lib/plugins ${STATIC_FREE_ENERGY_TARGET})
INSTALL_TARGETS(/lib/plugins RUNTIME_DIRECTORY /lib/plugins ${STATIC_FREE_ENERGY_TARGET})
ENDIF(OPENMM_BUILD_STATIC_LIB)
FILE(GLOB CORE_HEADERS include/*.h */include/*.h)
FILE(GLOB TOP_HEADERS include/openmm/*.h */include/openmm/*.h)
......
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