blob: 8519e6053a3f2944e4e7410f83cb621c1ab1718f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2012 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
include(GrPython)
install(
FILES
strobe.grc
hier/test_msg_hier.grc
hier/test_msg_hier_topblock.grc
DESTINATION ${GR_PKG_DATA_DIR}/examples/msg_passing
)
|