aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/python/CMakeLists.txt
blob: 4b75f57bd892553648beb50f36a118c4bfeec1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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
)

UHD_INSTALL(PROGRAMS ${python_examples} DESTINATION ${PKG_LIB_DIR}/examples/python COMPONENT examples)