blob: 6badd80f0a436983761b9cd7ea7627c46fd4f1de (
plain)
1 cudaroot=/opt/cuda
2 libdir=${cudaroot}/targets/x86_64-linux/lib
3 includedir=${cudaroot}/targets/x86_64-linux/include
4
5 Name: nppidei
6 Description: NVIDIA Performance Primitives - Image Processing - DEI
7 Version: 11.0
8 Libs: -L${libdir} -lnppidei
9 Cflags: -I${includedir}
|