diff options
author | Ben Reynwar | 2011-01-30 09:50:36 -0700 |
---|---|---|
committer | Ben Reynwar | 2011-01-30 09:50:36 -0700 |
commit | d1d4c8fd9dcf852cef9c274363182209c6761145 (patch) | |
tree | 54ddbd617c5ffffbbfc4e766f2d2281669919a73 /volk/volk.pc.in | |
parent | f6547e103e6cae44ff2a81b0f83675ccc897f2e9 (diff) | |
parent | 023167ca8a85ab597f9e59302733f71809a8afbd (diff) | |
download | gnuradio-d1d4c8fd9dcf852cef9c274363182209c6761145.tar.gz gnuradio-d1d4c8fd9dcf852cef9c274363182209c6761145.tar.bz2 gnuradio-d1d4c8fd9dcf852cef9c274363182209c6761145.zip |
Merged upstream from next
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} + |