summaryrefslogtreecommitdiff
path: root/gr-fft
diff options
context:
space:
mode:
authorNathan West <nathan.west@okstate.edu>2016-03-09 01:01:26 -0500
committerNathan West <nathan.west@okstate.edu>2016-03-09 01:02:23 -0500
commitb2ae00c01d98904b574643eb5afb3498b86c352d (patch)
treeb5039b6703da5e5b6522e68162d78bfe3b1682e4 /gr-fft
parent6baa4c86c5e1f5889e44a4e8e38750b0de3bf061 (diff)
fft: explicitly link to volk
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/lib/CMakeLists.txt1
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}
)