summaryrefslogtreecommitdiff
path: root/gr-trellis
diff options
context:
space:
mode:
authorJosh Blum2012-03-22 13:46:20 -0700
committerJosh Blum2012-03-22 13:46:20 -0700
commit116f82343080091df0c3c7efb61c202cadf30f3b (patch)
tree40a63c306f29ab8191bf0bae15072c247af9ae47 /gr-trellis
parentd9226e09495586279a06ec0e0af41e8ac6990970 (diff)
downloadgnuradio-116f82343080091df0c3c7efb61c202cadf30f3b.tar.gz
gnuradio-116f82343080091df0c3c7efb61c202cadf30f3b.tar.bz2
gnuradio-116f82343080091df0c3c7efb61c202cadf30f3b.zip
volk: added volk as depedency for various components
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
Diffstat (limited to 'gr-trellis')
-rw-r--r--gr-trellis/src/python/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-trellis/src/python/CMakeLists.txt b/gr-trellis/src/python/CMakeLists.txt
index 9a9cc6aed..66ca3eb13 100644
--- a/gr-trellis/src/python/CMakeLists.txt
+++ b/gr-trellis/src/python/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2011 Free Software Foundation, Inc.
+# Copyright 2011-2012 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -31,7 +31,7 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gr-digital/swig
${CMAKE_BINARY_DIR}/gr-trellis/src/lib
)
- set(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-digital gnuradio-trellis)
+ set(GR_TEST_TARGET_DEPS volk gruel gnuradio-core gnuradio-digital gnuradio-trellis)
GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${py_qa_test_file})
endforeach(py_qa_test_file)
endif(ENABLE_TESTING)