diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-16 01:50:38 -0400 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-16 01:50:38 -0400 |
commit | 7635fe5b3892a674228a801e6e4fd107ddcf4266 (patch) | |
tree | 1e57ea1e4fc0874de9ade9e02b12f48ce8f54949 /gr-digital/examples | |
parent | a06aead65824c201ca275b89aee096cd16b28caf (diff) |
digital: added cmake support for moved grc files and examples
Diffstat (limited to 'gr-digital/examples')
-rw-r--r-- | gr-digital/examples/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-digital/examples/CMakeLists.txt b/gr-digital/examples/CMakeLists.txt index 55a8379d9a..f494d0f1e8 100644 --- a/gr-digital/examples/CMakeLists.txt +++ b/gr-digital/examples/CMakeLists.txt @@ -22,6 +22,12 @@ INCLUDE(GrPython) GR_PYTHON_INSTALL(PROGRAMS transmit_path.py receive_path.py + benchmark_tx.py + benchmark_rx.py + tx_voice.py + rx_voice.py + run_length.py + gen_whitener.py DESTINATION ${GR_PKG_DATA_DIR}/examples/digital COMPONENT "digital_python" ) |