summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/examples/network/CMakeLists.txt
blob: 9816910e09c59b89f64fba3b55516e76329e2435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

GR_PYTHON_INSTALL(PROGRAMS
  audio_sink.py
  audio_source.py
  dial_tone_sink.py
  dial_tone_source.py
  vector_sink.py
  vector_source.py
  DESTINATION ${GR_PKG_DATA_DIR}/examples/network
)