diff options
author | Johnathan Corgan | 2012-11-14 09:34:01 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-11-14 09:34:01 -0800 |
commit | 0ffb07f4f1763ae6f5cc9cb2910ba20241e84bca (patch) | |
tree | a85e79f623be99e709906cefc20e09020c7a19f5 /CMakeLists.txt | |
parent | 973a21382f2bb64ebe426886a01a67d62816e54c (diff) | |
parent | 64913ee414f2c8a51afb2277b16b957fa2e7e066 (diff) | |
download | gnuradio-0ffb07f4f1763ae6f5cc9cb2910ba20241e84bca.tar.gz gnuradio-0ffb07f4f1763ae6f5cc9cb2910ba20241e84bca.tar.bz2 gnuradio-0ffb07f4f1763ae6f5cc9cb2910ba20241e84bca.zip |
Merge branch 'maint'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3582df93f..9af8d7eb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,6 +220,14 @@ install( COMPONENT "docs" ) +######################################################################## +# The following dependency libraries are needed by all gr modules: +######################################################################## +list(APPEND GR_TEST_TARGET_DEPS volk gruel gnuradio-core) +list(APPEND GR_TEST_PYTHON_DIRS + ${CMAKE_BINARY_DIR}/gnuradio-core/src/python + ${CMAKE_BINARY_DIR}/gnuradio-core/src/lib/swig +) ######################################################################## # Add subdirectories (in order of deps) |