diff options
author | Nicholas Corgan <n.corgan@gmail.com> | 2020-08-09 17:32:28 -0500 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2020-08-12 07:26:13 -0700 |
commit | d6cb8d359d333c6f9af629bda5950db16d604ce5 (patch) | |
tree | 1d5425410cae38a49da03af64da8ca48b872bfb9 | |
parent | 0afcf59b7c9549736ffb1aac47df033abe847c6e (diff) |
cmake: install rfnoc_block.h alongside other headers
-rw-r--r-- | gr-uhd/include/gnuradio/uhd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/include/gnuradio/uhd/CMakeLists.txt b/gr-uhd/include/gnuradio/uhd/CMakeLists.txt index ffe1f6404d..40e43387d5 100644 --- a/gr-uhd/include/gnuradio/uhd/CMakeLists.txt +++ b/gr-uhd/include/gnuradio/uhd/CMakeLists.txt @@ -19,6 +19,7 @@ install(FILES if (ENABLE_UHD_RFNOC) install(FILES + rfnoc_block.h rfnoc_block_generic.h rfnoc_ddc.h rfnoc_duc.h |