summaryrefslogtreecommitdiff
path: root/gr-digital/examples
diff options
context:
space:
mode:
authorJosh Blum2011-10-08 12:50:46 -0700
committerJosh Blum2011-10-08 12:50:46 -0700
commit369834c83e26ac090dbac48c8c8e885ba210665a (patch)
tree43db1afbb3a9b0fad8f1a1788df0e7e3cd095520 /gr-digital/examples
parentfcc0ce92dd20cc231fc79dab3d47fbb3d5487f98 (diff)
downloadgnuradio-369834c83e26ac090dbac48c8c8e885ba210665a.tar.gz
gnuradio-369834c83e26ac090dbac48c8c8e885ba210665a.tar.bz2
gnuradio-369834c83e26ac090dbac48c8c8e885ba210665a.zip
gr: updated cmakelists after merge for additional files
Diffstat (limited to 'gr-digital/examples')
-rw-r--r--gr-digital/examples/CMakeLists.txt4
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"
)