diff options
Diffstat (limited to 'gr-utils/python/modtool/cli/CMakeLists.txt')
-rw-r--r-- | gr-utils/python/modtool/cli/CMakeLists.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gr-utils/python/modtool/cli/CMakeLists.txt b/gr-utils/python/modtool/cli/CMakeLists.txt deleted file mode 100644 index f00adfb4d8..0000000000 --- a/gr-utils/python/modtool/cli/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -# 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 - add.py - base.py - disable.py - info.py - makeyaml.py - newmod.py - rm.py - rename.py - update.py - DESTINATION ${GR_PYTHON_DIR}/gnuradio/modtool/cli -) |