add missing file (was ignored by default)

This commit is contained in:
Axel Kohlmeyer 2021-03-16 23:42:06 -04:00
parent 78126c5eb3
commit 2a6fcee5e0
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# This file contains the hooks to build and link LAMMPS so it can load plugins
#
# The plugin_SYSINC and plugin_SYSPATH variables do not typically need
# to be set. If the dl library is not in a place the linker can find
# it, specify its directory via the plugin_SYSPATH variable, e.g.
# -Ldir.
# -----------------------------------------------------------
# Settings that the LAMMPS build will import when this package is installed
ifeq ($(mode),shared)
plugin_SYSINC = -DLMP_PLUGIN
endif
plugin_SYSLIB = -ldl
plugin_SYSPATH =