blob: 23d1b83c62c306c013fcc70d8b08e28ee680a177 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Copyright 2017-2018 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
set(python_examples
rx_to_file.py
tx_waveforms.py
curses_fft.py
benchmark_rate.py
)
UHD_INSTALL(PROGRAMS ${python_examples} DESTINATION ${PKG_LIB_DIR}/examples/python COMPONENT examples)
|