summaryrefslogtreecommitdiff
path: root/gr-fec/grc/CMakeLists.txt
blob: f1a9e351bcd246a93e48b565ddd2b0265fa08222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2012 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

########################################################################
file(GLOB yml_files "*.yml")

install(FILES
        ${yml_files}
        DESTINATION ${GRC_BLOCKS_DIR}
)