diff options
Diffstat (limited to 'volk/volk.pc.in')
-rw-r--r-- | volk/volk.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/volk/volk.pc.in b/volk/volk.pc.in new file mode 100644 index 000000000..58e976786 --- /dev/null +++ b/volk/volk.pc.in @@ -0,0 +1,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} + |