blob: c03043ee6a7810dcb382b5a38b710f9b4afde579 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2018 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
include(GrPython)
GR_PYTHON_INSTALL(FILES
__init__.py
cmakefile_editor.py
cppfile_editor.py
code_generator.py
grc_yaml_generator.py
parser_cc_block.py
scm.py
util_functions.py
DESTINATION ${GR_PYTHON_DIR}/gnuradio/modtool/tools
)
|