aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-15 12:23:58 -0700
committerJosh Blum <josh@joshknows.com>2011-06-15 14:17:28 -0700
commit21db20f3b2c7c9464927134faa5587bf20017368 (patch)
tree6328340164682531a9bb2ec1e41b44074d4a74d7 /host/examples/CMakeLists.txt
parent24ce62d705fc8eba4b7909f08a33ec2da306d284 (diff)
downloaduhd-21db20f3b2c7c9464927134faa5587bf20017368.tar.gz
uhd-21db20f3b2c7c9464927134faa5587bf20017368.tar.bz2
uhd-21db20f3b2c7c9464927134faa5587bf20017368.zip
uhd: created benchmark rate app
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 fe9e6409e..aef8d9749 100644
--- a/host/examples/CMakeLists.txt
+++ b/host/examples/CMakeLists.txt
@@ -19,6 +19,7 @@
# example applications
########################################################################
SET(example_sources
+ benchmark_rate.cpp
benchmark_rx_rate.cpp
rx_multi_samples.cpp
rx_samples_to_file.cpp