forked from lijiext/lammps
7 lines
224 B
Makefile
7 lines
224 B
Makefile
|
# Settings that the LAMMPS build will import when this package library is used
|
||
|
# settings for OpenCL builds
|
||
|
gpu_SYSINC =
|
||
|
gpu_SYSLIB = -Wl,--enable-stdcall-fixup -L../../tools/mingw-cross$(LIBOBJDIR) -lOpenCL
|
||
|
gpu_SYSPATH =
|
||
|
|