diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-28 03:33:49 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-31 18:44:34 -0700 |
commit | bbeb2189d587c0edc12873a1b5940ee0030148db (patch) | |
tree | 09fc0d2a6723d6554893b1ed2cbdb52f0f4748c6 /host/usrp_e_utils/CMakeLists.txt | |
parent | 26bfe6d54a4ecd82f4efcf6cc1c6f69d216adb1c (diff) | |
download | uhd-bbeb2189d587c0edc12873a1b5940ee0030148db.tar.gz uhd-bbeb2189d587c0edc12873a1b5940ee0030148db.tar.bz2 uhd-bbeb2189d587c0edc12873a1b5940ee0030148db.zip |
e100: reimplemented loopback for easy regression testing
Diffstat (limited to 'host/usrp_e_utils/CMakeLists.txt')
-rw-r--r-- | host/usrp_e_utils/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/usrp_e_utils/CMakeLists.txt b/host/usrp_e_utils/CMakeLists.txt index 10117ef13..721a40093 100644 --- a/host/usrp_e_utils/CMakeLists.txt +++ b/host/usrp_e_utils/CMakeLists.txt @@ -27,7 +27,7 @@ IF(ENABLE_USRP_E_UTILS) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/lib/usrp/e100/include) SET(usrp_e_utils_sources - usrp-e-loopback.c + usrp-e-loopback.cpp usrp-e-wb-test.cpp usrp-e-debug-pins.c usrp-e-gpio.c |