aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-09-23 18:56:12 -0700
committerJosh Blum <josh@joshknows.com>2010-09-23 18:56:12 -0700
commit5fc96b27b9493506bd7ad60eb37f98f651de6545 (patch)
treeb181775e041c3d78c641feb4080165fe96a198f4 /host/lib/usrp/CMakeLists.txt
parent1826421cd428f795b4b8cd0acdad4fea92262f72 (diff)
parentea82d5fe9a9cde24409c528160e6ba6f3bced41b (diff)
downloaduhd-5fc96b27b9493506bd7ad60eb37f98f651de6545.tar.gz
uhd-5fc96b27b9493506bd7ad60eb37f98f651de6545.tar.bz2
uhd-5fc96b27b9493506bd7ad60eb37f98f651de6545.zip
Merge branch 'xusrp'
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 b5c545988..69a190bfa 100644
--- a/host/lib/usrp/CMakeLists.txt
+++ b/host/lib/usrp/CMakeLists.txt
@@ -26,6 +26,7 @@ LIBUHD_APPEND_SOURCES(
${CMAKE_SOURCE_DIR}/lib/usrp/mimo_usrp.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/misc_utils.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
${CMAKE_SOURCE_DIR}/lib/usrp/tune_helper.cpp
)