forked from ports/contrib
10 lines
275 B
PkgConfig
10 lines
275 B
PkgConfig
cudaroot=/opt/cuda
|
|
libdir=${cudaroot}/targets/x86_64-linux/lib
|
|
includedir=${cudaroot}/targets/x86_64-linux/include
|
|
|
|
Name: nppicc
|
|
Description: NVIDIA Performance Primitives - Image Processing - Color Conversion
|
|
Version: 11.0
|
|
Libs: -L${libdir} -lnppicc
|
|
Cflags: -I${includedir}
|