aboutsummaryrefslogtreecommitdiffstats
path: root/gr-analog
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2020-07-22 21:39:38 -0700
committermormj <34754695+mormj@users.noreply.github.com>2020-07-30 07:24:22 -0400
commit3ce759e0c0c9d5ee503c32f0cb91627f424116a3 (patch)
treea537b9aa801be35fd5db2f863dfdb32f92624557 /gr-analog
parentqtgui: replace boost::bind with lambda for eye sink (diff)
downloadgnuradio-3ce759e0c0c9d5ee503c32f0cb91627f424116a3.tar.xz
gnuradio-3ce759e0c0c9d5ee503c32f0cb91627f424116a3.zip
gr-analog: Install new example flow graphs.
Diffstat (limited to 'gr-analog')
-rw-r--r--gr-analog/examples/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-analog/examples/CMakeLists.txt b/gr-analog/examples/CMakeLists.txt
index 59c6948b9..7d566a9d1 100644
--- a/gr-analog/examples/CMakeLists.txt
+++ b/gr-analog/examples/CMakeLists.txt
@@ -19,5 +19,7 @@ install(
noise_power.grc
fm_rx.grc
fm_tx.grc
+ USRP_FM_stereo.grc
+ sig_source_msg_ports.grc
DESTINATION ${GR_PKG_ANALOG_EXAMPLES_DIR}
)