gr-satnogs/include/satnogs/CMakeLists.txt

84 lines
2.1 KiB
CMake
Raw Normal View History

# 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
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
########################################################################
# Install public header files
########################################################################
list(APPEND DEBUG_HEADER_FILES
2019-12-03 12:47:45 +01:00
cw_encoder.h
debug_msg_source_raw.h
debug_msg_source.h
2019-12-03 12:47:45 +01:00
morse_debug_source.h
)
list(APPEND HEADER_FILES
amsat_duv_decoder.h
api.h
2016-03-02 18:59:18 +01:00
ax25.h
2019-12-03 12:47:45 +01:00
ax25_decoder.h
ax25_encoder_mb.h
ax100_decoder.h
base64.h
2019-12-03 12:47:45 +01:00
coarse_doppler_correction_cc.h
config.h
2018-07-28 20:43:56 +02:00
convolutional_deinterleaver.h
2019-12-03 12:47:45 +01:00
crc.h
cw_to_symbol.h
decoder.h
doppler_correction_cc.h
doppler_fit.h
2019-12-03 12:47:45 +01:00
frame_decoder.h
frame_file_sink.h
2019-12-03 12:47:45 +01:00
freq_drift.h
golay24.h
ieee802_15_4_variant_decoder.h
iq_sink.h
2019-12-03 12:47:45 +01:00
json_converter.h
log.h
lrpt_decoder.h
2019-12-03 12:47:45 +01:00
lrpt_sync.h
metadata.h
morse.h
morse_decoder.h
morse_tree.h
multi_format_msg_sink.h
noaa_apt_sink.h
ogg_encoder.h
ogg_source.h
qb50_deframer.h
shift_reg.h
2019-12-03 12:47:45 +01:00
tcp_rigctl_msg_source.h
udp_msg_sink.h
udp_msg_source.h
upsat_fsk_frame_encoder.h
utils.h
waterfall_sink.h
whitening.h
)
if(${INCLUDE_DEBUG_BLOCKS})
list(APPEND HEADER_FILES ${DEBUG_HEADER_FILES})
endif()
install(FILES
${HEADER_FILES}
DESTINATION include/satnogs
)