diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-15 15:27:20 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-15 15:27:20 -0800 |
commit | f68a9271f448a8c8878e2f0fb03b801f345287b3 (patch) | |
tree | f1807184f2dd8fa3408d3418c2b5e99434e6500d /host/utils/CMakeLists.txt | |
parent | 317bff29a5358c7bfc576359ab5a3b3fcf30ad10 (diff) | |
download | uhd-f68a9271f448a8c8878e2f0fb03b801f345287b3.tar.gz uhd-f68a9271f448a8c8878e2f0fb03b801f345287b3.tar.bz2 uhd-f68a9271f448a8c8878e2f0fb03b801f345287b3.zip |
uhd: added calibration usage app notes and renamed apps again
Diffstat (limited to 'host/utils/CMakeLists.txt')
-rw-r--r-- | host/utils/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 92807f882..430b49c47 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -21,6 +21,9 @@ SET(util_runtime_sources uhd_find_devices.cpp uhd_usrp_probe.cpp + uhd_cal_rx_iq_balance.cpp + uhd_cal_tx_dc_offset.cpp + uhd_cal_tx_iq_balance.cpp ) #for each source: build an executable and install @@ -37,9 +40,6 @@ ENDFOREACH(util_source) SET(util_share_sources usrp_burn_db_eeprom.cpp usrp_burn_mb_eeprom.cpp - usrp_cal_rx_iq_balance.cpp - usrp_cal_tx_dc_offset.cpp - usrp_cal_tx_iq_balance.cpp ) IF(ENABLE_USB) |