summaryrefslogtreecommitdiffstats
path: root/host/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-23 18:48:16 +0000
committerJosh Blum <josh@joshknows.com>2011-01-23 18:48:16 +0000
commitb3df6a0ebfa288d032d917b48b69f036444e57b6 (patch)
tree244ddbd86e71bd40dd4a1ed81e168ed4627cc95d /host/CMakeLists.txt
parent3db02acdfd44b22c05eaafe66e751f8fbfb29dcd (diff)
downloaduhd-b3df6a0ebfa288d032d917b48b69f036444e57b6.tar.gz
uhd-b3df6a0ebfa288d032d917b48b69f036444e57b6.tar.bz2
uhd-b3df6a0ebfa288d032d917b48b69f036444e57b6.zip
usrp-e100: created component for stand-alone usrp-e utils and added wb test util
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r--host/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index e64c1031f..6b2ac4e64 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -183,6 +183,8 @@ IF(ENABLE_UTILS)
ADD_SUBDIRECTORY(utils)
ENDIF(ENABLE_UTILS)
+ADD_SUBDIRECTORY(usrp_e_utils)
+
########################################################################
# Print Summary
########################################################################