File: CMakeLists.txt

package info (click to toggle)
gnuradio 3.10.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 38,156 kB
  • sloc: cpp: 191,053; python: 90,646; ansic: 2,250; xml: 999; fortran: 927; sh: 467; makefile: 50
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

install(
    FILES README.vocoder
    DESTINATION ${GR_PKG_DOC_DIR}
)