uhd/host/examples/python/CMakeLists.txt
Martin Braun 4d6b7263f5 Revert "uhd: Revert Raw UDP Host Changes"
This reverts commit 6cb1dcca83.

Raw UDP support is added back in on both MPM and UHD side.
2022-09-21 15:35:55 -07: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)