diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-07 15:10:37 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-07 15:10:37 -0700 |
commit | 11e2d407ce4a45da8c6981abfd34883cb9174840 (patch) | |
tree | 8f4353da0855ae7a15e223199e83e50646d0b2ed /host/lib/usrp/CMakeLists.txt | |
parent | 0f4eff49c820a8d2ccb38e191604eb86c81b30af (diff) | |
download | uhd-11e2d407ce4a45da8c6981abfd34883cb9174840.tar.gz uhd-11e2d407ce4a45da8c6981abfd34883cb9174840.tar.bz2 uhd-11e2d407ce4a45da8c6981abfd34883cb9174840.zip |
Created a common usrp dsp utils to handle register word calculations.
(also switched to boost endian define to avoid c compiler check)
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index 39a72ab37..3e12c087e 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -22,6 +22,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_SOURCE_DIR}/lib/usrp/dboard_eeprom.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/dboard_id.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/dboard_manager.cpp + ${CMAKE_SOURCE_DIR}/lib/usrp/dsp_utils.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/simple_usrp.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/tune_helper.cpp ) |