diff options
author | Jason Abele <jason@ettus.com> | 2010-04-30 18:55:03 -0700 |
---|---|---|
committer | Jason Abele <jason@ettus.com> | 2010-05-03 06:52:33 -0700 |
commit | 1f8cfc8455cc32ae0a4de77df7b18ec6510ccdfd (patch) | |
tree | 3dd5b389d97c8899e90d35924a876265811b895a /host/lib/CMakeLists.txt | |
parent | 364fa365eed0dd98a8e91f49d2bf07bc396338d4 (diff) | |
download | uhd-1f8cfc8455cc32ae0a4de77df7b18ec6510ccdfd.tar.gz uhd-1f8cfc8455cc32ae0a4de77df7b18ec6510ccdfd.tar.bz2 uhd-1f8cfc8455cc32ae0a4de77df7b18ec6510ccdfd.zip |
First pass WBX code, it compiles
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r-- | host/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index b603a9deb..a0b2d67fc 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -130,6 +130,7 @@ LIST(APPEND libuhd_sources usrp/dboard/db_basic_and_lf.cpp usrp/dboard/db_rfx.cpp usrp/dboard/db_xcvr2450.cpp + usrp/dboard/db_wbx.cpp ) ######################################################################## |