aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorCiro Nishiguchi <ciro.nishiguchi@ni.com>2018-08-29 15:17:22 -0500
committerMartin Braun <martin.braun@ettus.com>2018-10-11 13:16:22 -0700
commit3fd10e971a6366600ca2627f51ecd2302bcb35d8 (patch)
tree7ef163869f8e4a8775bd3b0f06f9e1f11934a4ba /host/examples/CMakeLists.txt
parent64bbe1e39ca71499074b7af16a8df389b84203fd (diff)
downloaduhd-3fd10e971a6366600ca2627f51ecd2302bcb35d8.tar.gz
uhd-3fd10e971a6366600ca2627f51ecd2302bcb35d8.tar.bz2
uhd-3fd10e971a6366600ca2627f51ecd2302bcb35d8.zip
uhd: Add benchmark_streamer example
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r--host/examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt
index 4b15f8ddf..8ebf2cc09 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
+ benchmark_streamer.cpp
)
ENDIF(ENABLE_RFNOC)