diff options
Diffstat (limited to 'host/examples/rfnoc-example/include/rfnoc/example/CMakeLists.txt')
| -rw-r--r-- | host/examples/rfnoc-example/include/rfnoc/example/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/host/examples/rfnoc-example/include/rfnoc/example/CMakeLists.txt b/host/examples/rfnoc-example/include/rfnoc/example/CMakeLists.txt new file mode 100644 index 000000000..04ee6810e --- /dev/null +++ b/host/examples/rfnoc-example/include/rfnoc/example/CMakeLists.txt @@ -0,0 +1,13 @@ +# +# Copyright 2019 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: GPL-3.0-or-later +# + +# List all header files here (UHD and GNU Radio) +install( + FILES + gain_block_control.hpp + DESTINATION include/rfnoc/gain + COMPONENT headers +) |
