diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-30 15:28:18 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-30 15:28:18 -0400 |
commit | bffff0329827a3c89ab50e6561ae0573c46c1dac (patch) | |
tree | e77a814ba86c7d8e0e31dbeaa6a760fc1993a651 /gr-digital/swig | |
parent | 4c155b6caad4166c9dae2c49bd25215e8cba1e51 (diff) |
digital: switched digital components over to using LFSR class now in gr-analog.
Diffstat (limited to 'gr-digital/swig')
-rw-r--r-- | gr-digital/swig/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/swig/CMakeLists.txt b/gr-digital/swig/CMakeLists.txt index df5f04148c..42bc8baa62 100644 --- a/gr-digital/swig/CMakeLists.txt +++ b/gr-digital/swig/CMakeLists.txt @@ -105,6 +105,7 @@ execute_process( ) set(GR_SWIG_INCLUDE_DIRS + ${GR_ANALOG_INCLUDE_DIRS} ${GR_DIGITAL_INCLUDE_DIRS} ${GNURADIO_CORE_SWIG_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} |