diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-14 17:25:22 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-14 17:56:54 -0700 |
commit | 5dfc458188538a32f95c05f860587d2c542e14c1 (patch) | |
tree | 6f581982cba117af423b830a2199f300fe846d0d /host/lib/usrp/CMakeLists.txt | |
parent | deae10bc1c85726ed7c206abca37a869c6f77cea (diff) | |
download | uhd-5dfc458188538a32f95c05f860587d2c542e14c1.tar.gz uhd-5dfc458188538a32f95c05f860587d2c542e14c1.tar.bz2 uhd-5dfc458188538a32f95c05f860587d2c542e14c1.zip |
b100: added b100 host (squashed)
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 281910735..a30a45977 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -37,4 +37,5 @@ INCLUDE_SUBDIRECTORY(dboard) INCLUDE_SUBDIRECTORY(fx2) INCLUDE_SUBDIRECTORY(usrp1) INCLUDE_SUBDIRECTORY(usrp2) +INCLUDE_SUBDIRECTORY(usrp_b100) INCLUDE_SUBDIRECTORY(usrp_e100) |