blob: 75cda485318f1eb00244825d35a13192d432ceba (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright 2017 Ettus Research, National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0
#
INSTALL(PROGRAMS
mpm_shell.py
mpm_debug.py
DESTINATION ${RUNTIME_DIR})
|