diff options
Diffstat (limited to 'volk/volk.pc.in')
-rw-r--r-- | volk/volk.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/volk/volk.pc.in b/volk/volk.pc.in new file mode 100644 index 000000000..a24298856 --- /dev/null +++ b/volk/volk.pc.in @@ -0,0 +1,15 @@ +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 -lvolk_runtime +Cflags: -I${includedir} ${LV_CXXFLAGS} + |