aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-01 18:32:37 -0700
committerJosh Blum <josh@joshknows.com>2010-07-05 13:45:16 -0700
commit6469d2419f8564c37f8fd6870aedbc990f06e108 (patch)
tree364b780988d4216d122adc5e7cab74d05889e39e /host/lib/usrp/CMakeLists.txt
parent3b1473d5a3fbfb89e9ddc5575e855644707718d0 (diff)
downloaduhd-6469d2419f8564c37f8fd6870aedbc990f06e108.tar.gz
uhd-6469d2419f8564c37f8fd6870aedbc990f06e108.tar.bz2
uhd-6469d2419f8564c37f8fd6870aedbc990f06e108.zip
uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string for simple and mimo usrp
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r--host/lib/usrp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt
index 3e12c087e..814affdd0 100644
--- a/host/lib/usrp/CMakeLists.txt
+++ b/host/lib/usrp/CMakeLists.txt
@@ -23,6 +23,7 @@ LIBUHD_APPEND_SOURCES(
${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/mimo_usrp.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/simple_usrp.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/tune_helper.cpp
)