8 lines
220 B
Makefile
8 lines
220 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
# Use statically linked C++ interface to plumed
|
|
|
|
plumed_SYSINC = -D__PLUMED_WRAPPER_CXX=1
|
|
plumed_SYSLIB = $(PLUMED_LOAD)
|
|
plumed_SYSPATH =
|