diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-12-18 12:17:53 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-30 14:23:05 -0800 |
commit | f4656fcb7b4a60cb603ce90abac8266a7e47ec7f (patch) | |
tree | 3be67568b7a185ab9419a187a8ddbef26931857f /host/utils/CMakeLists.txt | |
parent | db9ebd80dd0d675b2018f1ac504745e9bd110cd9 (diff) | |
download | uhd-f4656fcb7b4a60cb603ce90abac8266a7e47ec7f.tar.gz uhd-f4656fcb7b4a60cb603ce90abac8266a7e47ec7f.tar.bz2 uhd-f4656fcb7b4a60cb603ce90abac8266a7e47ec7f.zip |
Added uhd_config_info utility
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 9ab95596d..bf8d88799 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -19,6 +19,7 @@ # Utilities that get installed into the runtime path ######################################################################## SET(util_runtime_sources + uhd_config_info.cpp uhd_find_devices.cpp uhd_usrp_probe.cpp uhd_image_loader.cpp |