root / gr-digital / include / CMakeLists.txt @ 63b87bf4
History | View | Annotate | Download (1.6 kB)
| 1 | # Copyright 2011 Free Software Foundation, Inc. |
|---|---|
| 2 | # |
| 3 | # This file is part of GNU Radio |
| 4 | # |
| 5 | # GNU Radio is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by |
| 7 | # the Free Software Foundation; either version 3, or (at your option) |
| 8 | # any later version. |
| 9 | # |
| 10 | # GNU Radio is distributed in the hope that it will be useful, |
| 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | # GNU General Public License for more details. |
| 14 | # |
| 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with GNU Radio; see the file COPYING. If not, write to |
| 17 | # the Free Software Foundation, Inc., 51 Franklin Street, |
| 18 | # Boston, MA 02110-1301, USA. |
| 19 | |
| 20 | ######################################################################## |
| 21 | # Install header files |
| 22 | ######################################################################## |
| 23 | INSTALL(FILES |
| 24 | digital_api.h |
| 25 | digital_binary_slicer_fb.h |
| 26 | digital_clock_recovery_mm_cc.h |
| 27 | digital_clock_recovery_mm_ff.h |
| 28 | digital_constellation.h |
| 29 | digital_constellation_receiver_cb.h |
| 30 | digital_constellation_decoder_cb.h |
| 31 | digital_correlate_access_code_bb.h |
| 32 | digital_costas_loop_cc.h |
| 33 | digital_cma_equalizer_cc.h |
| 34 | digital_crc32.h |
| 35 | digital_fll_band_edge_cc.h |
| 36 | digital_lms_dd_equalizer_cc.h |
| 37 | digital_kurtotic_equalizer_cc.h |
| 38 | digital_metric_type.h |
| 39 | digital_mpsk_receiver_cc.h |
| 40 | digital_gmskmod_bc.h |
| 41 | digital_cpmmod_bc.h |
| 42 | DESTINATION ${GR_INCLUDE_DIR}/gnuradio
|
| 43 | COMPONENT "digital_devel" |
| 44 | ) |