summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-04 14:50:35 -0700
committerJosh Blum <josh@joshknows.com>2010-08-04 14:50:35 -0700
commit70abdef8f6c6d24a99caf8d3668f32094b159903 (patch)
tree00d55f296fe9873174b26d0166122deb3ae8386b /host/lib/usrp
parentfc66ef454c1b79cceb2b161c669bcf6fdfe87ee7 (diff)
downloaduhd-70abdef8f6c6d24a99caf8d3668f32094b159903.tar.gz
uhd-70abdef8f6c6d24a99caf8d3668f32094b159903.tar.bz2
uhd-70abdef8f6c6d24a99caf8d3668f32094b159903.zip
uhd: moved utils cpp files into lib/utils directory
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt
index 814affdd0..80ac537ee 100644
--- a/host/lib/usrp/CMakeLists.txt
+++ b/host/lib/usrp/CMakeLists.txt
@@ -27,3 +27,6 @@ LIBUHD_APPEND_SOURCES(
${CMAKE_SOURCE_DIR}/lib/usrp/simple_usrp.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/tune_helper.cpp
)
+
+INCLUDE(${CMAKE_SOURCE_DIR}/lib/usrp/dboard/CMakeLists.txt)
+INCLUDE(${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/CMakeLists.txt)