blob: 58e97678614187e680b8a7fa6bdeab2f01cea43a (
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: -lvolk
Cflags: -I${includedir} ${LV_CXXFLAGS}
|