blob: 8bb818c7e58b6a7743bfd57971c46332dfb6afc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
LV_CXXFLAGS=@LV_CXXFLAGS@
Name: volk
Description: VOLK: Vector Optimized Library of Kernels
Requires:
Version: @VERSION@
Libs: -L${libdir} -lvolk
Cflags: -I${includedir} ${LV_CXXFLAGS}
|