10 lines
343 B
Makefile
10 lines
343 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
# Note: this assumes that the KIM_DIR environment variable
|
|
# has been set to point to the openKIM directory,
|
|
# which is typically done when building the KIM_API library
|
|
|
|
kim_SYSINC = -I${KIM_DIR}/KIM_API
|
|
kim_SYSLIB = -lkim
|
|
kim_SYSPATH = -L${KIM_DIR}/KIM_API
|