diff options
Diffstat (limited to 'gr-digital/examples/CMakeLists.txt')
-rw-r--r-- | gr-digital/examples/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gr-digital/examples/CMakeLists.txt b/gr-digital/examples/CMakeLists.txt index 5f1adf08ab..b4c6008d40 100644 --- a/gr-digital/examples/CMakeLists.txt +++ b/gr-digital/examples/CMakeLists.txt @@ -28,14 +28,12 @@ GR_PYTHON_INSTALL(PROGRAMS gen_whitener.py snr_estimators.py DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR} - COMPONENT "digital_python" ) install( FILES burst_shaper.grc DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR} - COMPONENT "digital_python" ) # Narrowband @@ -51,7 +49,6 @@ GR_PYTHON_INSTALL(PROGRAMS narrowband/digital_bert_tx.py narrowband/tunnel.py DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR}/narrowband - COMPONENT "digital_python" ) # OFDM @@ -65,7 +62,6 @@ GR_PYTHON_INSTALL(PROGRAMS ofdm/tunnel.py ofdm/uhd_interface.py DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR}/ofdm - COMPONENT "digital_python" ) install( @@ -74,7 +70,6 @@ install( ofdm/rx_ofdm.grc ofdm/ofdm_loopback.grc DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR}/ofdm - COMPONENT "digital_python" ) # DEMOD @@ -85,15 +80,8 @@ install( demod/mpsk_demod.grc demod/pam_sync.grc demod/pam_timing.grc - demod/ber_simulation.grc - demod/dpsk_loopback.grc - demod/gfsk_loopback.grc - demod/test_corr_and_sync.grc demod/test_corr_est.grc - demod/uhd_corr_and_sync_tx.grc - demod/uhd_corr_and_sync_rx.grc DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR}/demod - COMPONENT "digital_python" ) @@ -124,5 +112,4 @@ install( packet/uhd_packet_tx.grc packet/uhd_packet_tx_tun.grc DESTINATION ${GR_PKG_DIGITAL_EXAMPLES_DIR}/packet - COMPONENT "digital_python" ) |