From d8d783ce1b1034495dba86dab104a4f52e2fe09a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 16 Feb 2010 19:17:29 -0800 Subject: Added control code in the txrx.c and dboard interface for usrp2 to handle gpio and atr --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 0e2c6f44d..295943a6f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -35,6 +35,7 @@ ADD_LIBRARY(uhd SHARED usrp/mboard/usrp2.cpp usrp/mboard/usrp2/impl_base.cpp usrp/mboard/usrp2/dboard_impl.cpp + usrp/mboard/usrp2/dboard_interface.cpp ) TARGET_LINK_LIBRARIES(uhd ${Boost_LIBRARIES}) -- cgit v1.2.3