diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-24 00:02:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-24 00:02:10 -0700 |
commit | 707b103ce5f3b9cc299e741c968c35bd4038b610 (patch) | |
tree | 4c8543785bc3eb0f49ab0b5b7ccfc635e7392c40 /host/lib/usrp/CMakeLists.txt | |
parent | 4a6543bd481370ae924ca90c325d5cd5b2dfe692 (diff) | |
download | uhd-707b103ce5f3b9cc299e741c968c35bd4038b610.tar.gz uhd-707b103ce5f3b9cc299e741c968c35bd4038b610.tar.bz2 uhd-707b103ce5f3b9cc299e741c968c35bd4038b610.zip |
usrp: added gain group support usrp2 dboard and to wrapper implementations
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index 814affdd0..4f0710b20 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -24,6 +24,8 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_SOURCE_DIR}/lib/usrp/dboard_manager.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/dsp_utils.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/mimo_usrp.cpp + ${CMAKE_SOURCE_DIR}/lib/usrp/misc_utils.cpp + ${CMAKE_SOURCE_DIR}/lib/usrp/misc_utils.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/simple_usrp.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/tune_helper.cpp ) |