aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/rfnoc-example/include/rfnoc/example/CMakeLists.txt
blob: 04ee6810e33856f9c086afcb37bb11bb763b09e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
)