From 429342fbab61b49c6622f994c5522ee3eee7e39a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 16 Feb 2010 12:25:31 -0800 Subject: Added usrp2 impl for the guts of the usrp2 handling. The top level usrp2 will contain an impl and forward calls to it. --- 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 049236016..423a7b2dd 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -33,6 +33,7 @@ ADD_LIBRARY(uhd SHARED usrp/mboard/base.cpp usrp/mboard/test.cpp usrp/mboard/usrp2.cpp + usrp/mboard/usrp2_impl.cpp ) TARGET_LINK_LIBRARIES(uhd ${Boost_LIBRARIES}) -- cgit v1.2.3