2017-02-09 19:16:16 +00:00
|
|
|
#
|
2017-05-02 18:10:05 +00:00
|
|
|
# Copyright 2017-2018 Ettus Research, a National Instruments Company
|
2017-02-09 19:16:16 +00:00
|
|
|
#
|
2017-05-02 18:10:05 +00:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2017-02-09 19:16:16 +00:00
|
|
|
#
|
|
|
|
|
|
2018-11-14 05:53:22 +00:00
|
|
|
set(python_examples
|
2017-05-02 18:10:05 +00:00
|
|
|
rx_to_file.py
|
|
|
|
|
tx_waveforms.py
|
2017-06-29 20:15:58 +00:00
|
|
|
curses_fft.py
|
2018-06-20 01:28:58 +00:00
|
|
|
benchmark_rate.py
|
2020-05-06 22:53:21 +00:00
|
|
|
usrp_power_meter.py
|
2017-02-09 19:16:16 +00:00
|
|
|
)
|
|
|
|
|
|
2020-05-06 22:53:21 +00:00
|
|
|
UHD_INSTALL(PROGRAMS ${python_examples}
|
|
|
|
|
DESTINATION ${PKG_LIB_DIR}/examples/python
|
|
|
|
|
COMPONENT examples)
|