summaryrefslogtreecommitdiff
path: root/gr-audio/examples/python/CMakeLists.txt
blob: 3539e3eb75088531527314cc838a069c56efb0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

include(GrPython)

GR_PYTHON_INSTALL(PROGRAMS
    audio_copy.py
    audio_play.py
    audio_to_file.py
    dial_tone.py
    dial_tone_wav.py
    mono_tone.py
    multi_tone.py
    noise.py
    spectrum_inversion.py
    test_resampler.py
    DESTINATION ${GR_PKG_AUDIO_EXAMPLES_DIR}
)