10 lines
279 B
PkgConfig
10 lines
279 B
PkgConfig
cudaroot=/opt/cuda
|
|
libdir=${cudaroot}/targets/x86_64-linux/lib
|
|
includedir=${cudaroot}/targets/x86_64-linux/include
|
|
|
|
Name: nppist
|
|
Description: NVIDIA Performance Primitives - Image Processing - Statistic and Linear
|
|
Version: 11.0
|
|
Libs: -L${libdir} -lnppist
|
|
Cflags: -I${includedir}
|