blob: df33e072548e0ff94404f26b181890efb28bc368 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
include(GrPython)
GR_PYTHON_INSTALL(PROGRAMS
affinity_set.py
plot_flops.py
run_synthetic.py
synthetic.py
wfm_rcv_pll_to_wav.py
DESTINATION ${GR_PKG_DATA_DIR}/examples/mp-sched
)
install(
FILES README
DESTINATION ${GR_PKG_DATA_DIR}/examples/mp-sched
)
|