aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-03 17:09:06 +0000
committerJosh Blum <josh@joshknows.com>2010-06-03 17:09:06 +0000
commitf1529463174883f6c830acbfd52cd52ed4755971 (patch)
tree1c92245e7acd4e9af3e9cd46c41e3e54522abf93 /host/lib/usrp/usrp_e
parent565e46fa1038bebf59257a8b3eefae4487cf0946 (diff)
downloaduhd-f1529463174883f6c830acbfd52cd52ed4755971.tar.gz
uhd-f1529463174883f6c830acbfd52cd52ed4755971.tar.bz2
uhd-f1529463174883f6c830acbfd52cd52ed4755971.zip
added headers to cmakelists for completeness
Diffstat (limited to 'host/lib/usrp/usrp_e')
-rw-r--r--host/lib/usrp/usrp_e/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/CMakeLists.txt b/host/lib/usrp/usrp_e/CMakeLists.txt
index c25b2cba4..6035d4ff2 100644
--- a/host/lib/usrp/usrp_e/CMakeLists.txt
+++ b/host/lib/usrp/usrp_e/CMakeLists.txt
@@ -42,14 +42,19 @@ IF(HAVE_USRP_E_REQUIRED_HEADERS)
MESSAGE(STATUS " Building usrp-e support.")
LIBUHD_APPEND_SOURCES(
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/clock_ctrl.cpp
+ ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/clock_ctrl.hpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/codec_ctrl.cpp
+ ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/codec_ctrl.hpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/dboard_impl.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/dboard_iface.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/dsp_impl.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/fpga-downloader.cc
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/mboard_impl.cpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_impl.cpp
+ ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_impl.hpp
${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_iface.cpp
+ ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_iface.hpp
+ ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_regs.hpp
)
ELSE(HAVE_USRP_E_REQUIRED_HEADERS)
MESSAGE(STATUS " Skipping usrp-e support.")