diff options
author | Nathan West <nathan.west@okstate.edu> | 2016-03-09 01:01:26 -0500 |
---|---|---|
committer | Nathan West <nathan.west@okstate.edu> | 2016-03-09 01:02:23 -0500 |
commit | b2ae00c01d98904b574643eb5afb3498b86c352d (patch) | |
tree | b5039b6703da5e5b6522e68162d78bfe3b1682e4 /gr-fft | |
parent | 6baa4c86c5e1f5889e44a4e8e38750b0de3bf061 (diff) |
fft: explicitly link to volk
Diffstat (limited to 'gr-fft')
-rw-r--r-- | gr-fft/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-fft/lib/CMakeLists.txt b/gr-fft/lib/CMakeLists.txt index 7dd576f6f6..77476e58b4 100644 --- a/gr-fft/lib/CMakeLists.txt +++ b/gr-fft/lib/CMakeLists.txt @@ -57,6 +57,7 @@ endif(ENABLE_GR_CTRLPORT) list(APPEND fft_libs gnuradio-runtime + ${VOLK_LIBRARIES} ${Boost_LIBRARIES} ${FFTW3F_LIBRARIES} ) |