# Copyright 2011,2012 Free Software Foundation, Inc.
#
# This file was generated by gr_modtool, a tool from the GNU Radio framework
# This file is a part of gr-satnogs
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

# ##############################################################################
# Install public header files
# ##############################################################################
add_subdirectory(libfec)
add_subdirectory(code)

install(
  FILES # cmake-format: sortable
        ${PROJECT_BINARY_DIR}/generated/gnuradio/satnogs/config.h
        ${PROJECT_SOURCE_DIR}/CRCpp/inc/CRC.h
        amsat_duv_decoder.h
        api.h
        argos_ldr_decoder.h
        ax100_decoder.h
        ax100_encoder.h
        ax25_decoder.h
        ax25_encoder.h
        ax25.h
        base64.h
        ber_calculator.h
        conv_decoder.h
        conv_encoder.h
        convolutional_deinterleaver.h
        crc.h
        crc_async.h
        cw_decoder.h
        cw_decoder_priv.h
        cw_encoder.h
        cw_to_symbol.h
        date.h
        decoder.h
        doppler_correction_cc.h
        doppler_correction.h
        dummy_doppler_correction.h
        encoder.h
        frame_decoder.h
        frame_encoder.h
        golay24.h
        ieee802_15_4_encoder.h
        ieee802_15_4_variant_decoder.h
        json_converter.h
        metadata.h
        metadata_sink.h
        morse_decoder.h
        morse.h
        morse_tree.h
        moving_sum.h
        noaa_apt_sink.h
        ogg_encoder.h
        ogg_source.h
        reed_muller.h
        rigctl_doppler_correction.h
        shift_reg.h
        sigmf_metadata.h
        sstv_pd120_sink.h
        usp_encoder.h
        utils.h
        waterfall_sink.h
        whitening.h
  DESTINATION include/gnuradio/satnogs)
