diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-27 16:31:31 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-11-13 01:17:18 +0100 |
commit | 864f84b5ccac064f8b011a3c6c63ea4a5f280b74 (patch) | |
tree | 2f5a5d3ad8c054aa5df24134e86bd3591797c243 /host/examples/CMakeLists.txt | |
parent | 360c0e5c778e54053e127ba88dcd013eab0b750f (diff) | |
download | uhd-864f84b5ccac064f8b011a3c6c63ea4a5f280b74.tar.gz uhd-864f84b5ccac064f8b011a3c6c63ea4a5f280b74.tar.bz2 uhd-864f84b5ccac064f8b011a3c6c63ea4a5f280b74.zip |
examples: Merged benchmark_rate and transport_hammer
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 1e6f2f013..598e42302 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -29,7 +29,6 @@ SET(example_sources test_messages.cpp test_pps_input.cpp test_timed_commands.cpp - transport_hammer.cpp tx_bursts.cpp tx_samples_from_file.cpp tx_timed_samples.cpp |