uhd/host/examples/python/CMakeLists.txt
Martin Braun d31e4a4ffe examples: Add remote RX streaming example
Co-authored-by: Virendra Kakade <virendra.kakade@ni.com>
2022-08-30 13:43:36 -05:00

19 lines
395 B
CMake

#
# Copyright 2017-2018 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
set(python_examples
replay_capture.py
rx_to_file.py
tx_waveforms.py
curses_fft.py
benchmark_rate.py
usrp_power_meter.py
remote_rx.py
)
UHD_INSTALL(PROGRAMS ${python_examples}
DESTINATION ${PKG_LIB_DIR}/examples/python
COMPONENT examples)