gr-satnogs/include/satnogs/CMakeLists.txt

85 lines
2.1 KiB
CMake

# 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
morse_debug_source.h
debug_msg_source_raw.h
debug_msg_source.h
cw_encoder.h
)
list(APPEND HEADER_FILES
ax100_decoder.h
amsat_duv_decoder.h
api.h
ax25.h
base64.h
config.h
convolutional_deinterleaver.h
log.h
metadata.h
morse_tree.h
morse.h
morse_decoder.h
multi_format_msg_sink.h
ogg_encoder.h
cw_to_symbol.h
utils.h
udp_msg_source.h
tcp_rigctl_msg_source.h
decoder.h
frame_decoder.h
frame_encoder.h
doppler_correction_cc.h
doppler_fit.h
freq_drift.h
upsat_fsk_frame_encoder.h
whitening.h
udp_msg_sink.h
coarse_doppler_correction_cc.h
ax25_encoder_mb.h
qb50_deframer.h
waterfall_sink.h
ogg_source.h
noaa_apt_sink.h
frame_file_sink.h
iq_sink.h
lrpt_sync.h
lrpt_decoder.h
shift_reg.h
golay24.h
ax25_decoder.h
json_converter.h
ieee802_15_4_variant_decoder.h
crc.h
)
if(${INCLUDE_DEBUG_BLOCKS})
list(APPEND HEADER_FILES ${DEBUG_HEADER_FILES})
endif()
install(FILES
${HEADER_FILES}
DESTINATION include/satnogs
)