diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-16 18:07:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-16 18:10:40 -0700 |
commit | c861f98c55c38250a0d87ed91f5c19b10192a4b8 (patch) | |
tree | 75ad31e25e1f1e87a6fb686f4e291f7f1e9c3518 /host/lib/usrp/CMakeLists.txt | |
parent | 816a07bee54e998e4fb25beeb44b9ac3888189bf (diff) | |
download | uhd-c861f98c55c38250a0d87ed91f5c19b10192a4b8.tar.gz uhd-c861f98c55c38250a0d87ed91f5c19b10192a4b8.tar.bz2 uhd-c861f98c55c38250a0d87ed91f5c19b10192a4b8.zip |
usrp: created multi-usrp (multi chan, multi board), and deprecated mimo-usrp
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 69a190bfa..d8898caff 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -25,6 +25,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_SOURCE_DIR}/lib/usrp/dsp_utils.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/mimo_usrp.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/misc_utils.cpp + ${CMAKE_SOURCE_DIR}/lib/usrp/multi_usrp.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/simple_usrp.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/single_usrp.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/subdev_spec.cpp |