diff options
Diffstat (limited to 'gr-digital/examples/CMakeLists.txt')
-rw-r--r-- | gr-digital/examples/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-digital/examples/CMakeLists.txt b/gr-digital/examples/CMakeLists.txt index f494d0f1e..964596ae8 100644 --- a/gr-digital/examples/CMakeLists.txt +++ b/gr-digital/examples/CMakeLists.txt @@ -22,12 +22,16 @@ INCLUDE(GrPython) GR_PYTHON_INSTALL(PROGRAMS transmit_path.py receive_path.py + uhd_interface.py benchmark_tx.py benchmark_rx.py tx_voice.py rx_voice.py run_length.py gen_whitener.py + digital_bert_rx.py + digital_bert_tx.py + tunnel.py DESTINATION ${GR_PKG_DATA_DIR}/examples/digital COMPONENT "digital_python" ) |