diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-09-28 07:35:39 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-10-09 12:28:03 -0500 |
commit | aa9e950dcf4f83c106f17512fc58158f746f0777 (patch) | |
tree | 5b2853e4c7a03505d0624ebbe447417d7945910a /host/include | |
parent | 267365c9458690842da549a00b7adb7946a1117d (diff) | |
download | uhd-aa9e950dcf4f83c106f17512fc58158f746f0777.tar.gz uhd-aa9e950dcf4f83c106f17512fc58158f746f0777.tar.bz2 uhd-aa9e950dcf4f83c106f17512fc58158f746f0777.zip |
rfnoc: Add add'l header files to CMakeLists.txt
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/CMakeLists.txt b/host/include/uhd/rfnoc/CMakeLists.txt index 7fd1cd21d..c0d164876 100644 --- a/host/include/uhd/rfnoc/CMakeLists.txt +++ b/host/include/uhd/rfnoc/CMakeLists.txt @@ -18,6 +18,7 @@ UHD_INSTALL(FILES filter_node.hpp graph_edge.hpp mb_controller.hpp + multichan_register_iface.hpp noc_block_base.hpp noc_block_make_args.hpp node.hpp @@ -42,9 +43,11 @@ UHD_INSTALL(FILES fir_filter_block_control.hpp fosphor_block_control.hpp logpwr_block_control.hpp + mock_block.hpp moving_average_block_control.hpp null_block_control.hpp radio_control.hpp + replay_block_control.hpp siggen_block_control.hpp split_stream_block_control.hpp switchboard_block_control.hpp |