diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-09-19 16:37:58 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-09-20 16:33:30 -0500 |
commit | 22b9593dce1ad034ef84ee3609d2ccbceeb33098 (patch) | |
tree | 1e6ec1df273fe4a953025bbf5fac3141f85ecf74 /host/examples/CMakeLists.txt | |
parent | 18bc320dc3348346255ab0d33aa319fb2618d7b3 (diff) | |
download | uhd-22b9593dce1ad034ef84ee3609d2ccbceeb33098.tar.gz uhd-22b9593dce1ad034ef84ee3609d2ccbceeb33098.tar.bz2 uhd-22b9593dce1ad034ef84ee3609d2ccbceeb33098.zip |
examples: Add replay example to CMake
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 5894bb0a2..735795d55 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -36,6 +36,7 @@ if(ENABLE_RFNOC) rfnoc_nullsource_ce_rx.cpp rfnoc_rx_to_file.cpp rfnoc_radio_loopback.cpp + replay_samples_from_file.cpp benchmark_streamer.cpp ) endif(ENABLE_RFNOC) |