diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-09 18:27:06 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-09 18:27:06 -0800 |
commit | bb2259e05f03ddffe7b789c4aa16d86e4cfa575c (patch) | |
tree | 8b5eea18769e490fba8e7aa23cffc9511cb73e47 /host/utils/CMakeLists.txt | |
parent | 6f1f5f5fa2d044e4017be27ad5c1f67adbcea3f7 (diff) | |
download | uhd-bb2259e05f03ddffe7b789c4aa16d86e4cfa575c.tar.gz uhd-bb2259e05f03ddffe7b789c4aa16d86e4cfa575c.tar.bz2 uhd-bb2259e05f03ddffe7b789c4aa16d86e4cfa575c.zip |
uhd: first stab at calibration app
Diffstat (limited to 'host/utils/CMakeLists.txt')
-rw-r--r-- | host/utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 1a0396ad3..796fdf96f 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -37,6 +37,7 @@ ENDFOREACH(util_source) SET(util_share_sources usrp_burn_db_eeprom.cpp usrp_burn_mb_eeprom.cpp + usrp_gen_db_cal_table.cpp ) IF(ENABLE_USB) |