gr-satnogs/grc/CMakeLists.txt

42 lines
1.5 KiB
CMake
Raw Normal View History

# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# 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(FILES
satnogs_cw_matched_filter_ff.xml
satnogs_morse_decoder.xml
satnogs_morse_debug_source.xml
2016-05-13 14:57:33 +02:00
satnogs_multi_format_msg_sink.xml
satnogs_cw_to_symbol.xml
2016-03-02 18:59:18 +01:00
satnogs_sine_matched_filter_ff.xml
satnogs_udp_msg_source.xml
satnogs_debug_msg_source.xml
2016-04-01 18:44:40 +02:00
satnogs_json_to_ecss_src.xml
2016-03-28 17:09:16 +02:00
satnogs_tcp_rigctl_msg_source.xml
satnogs_frame_encoder.xml
satnogs_doppler_correction_cc.xml
satnogs_upsat_fsk_frame_acquisition.xml
satnogs_upsat_fsk_frame_encoder.xml
2016-04-29 01:21:00 +02:00
satnogs_whitening.xml
satnogs_udp_msg_sink.xml
2016-05-13 16:46:19 +02:00
satnogs_upsat_transmitter.xml
satnogs_coarse_doppler_correction_cc.xml
satnogs_debug_msg_source_raw.xml
satnogs_ax25_encoder_mb.xml
satnogs_ax25_decoder_bm.xml DESTINATION share/gnuradio/grc/blocks
)