summaryrefslogtreecommitdiff
path: root/gr-audio/examples/python/CMakeLists.txt
blob: c694a9db19bea4557e29c39c58e0801431c387bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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_daemon.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}
)