aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-12-20 14:37:34 -0800
committerJosh Blum <josh@joshknows.com>2011-12-20 14:37:34 -0800
commita6d3483bf9d98ea3a645b11c1f70ca01def794b3 (patch)
tree0f62b01b2212da17a2d721913cb0580f1b4d04fc /host/examples/CMakeLists.txt
parent1fef438d8ba54d07760a21e8e8b50c05b7ddc051 (diff)
downloaduhd-a6d3483bf9d98ea3a645b11c1f70ca01def794b3.tar.gz
uhd-a6d3483bf9d98ea3a645b11c1f70ca01def794b3.tar.bz2
uhd-a6d3483bf9d98ea3a645b11c1f70ca01def794b3.zip
usrp2: created network relay example 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 bad7b72a6..4f3650e63 100644
--- a/host/examples/CMakeLists.txt
+++ b/host/examples/CMakeLists.txt
@@ -20,6 +20,7 @@
########################################################################
SET(example_sources
benchmark_rate.cpp
+ network_relay.cpp
rx_multi_samples.cpp
rx_samples_to_file.cpp
rx_samples_to_udp.cpp