diff options
author | Josh Blum <josh@joshknows.com> | 2011-12-21 13:05:44 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-12-21 13:05:44 -0800 |
commit | 9f0a1e3148251c820a73c8a33da92e54aaffee6d (patch) | |
tree | d74b28fdd92a9969c4d71e0cbd5c1425e1ea4dc7 /host/examples/CMakeLists.txt | |
parent | 81289ab0510c847daacf75e261cad2de5cd7d508 (diff) | |
parent | bdb267b9f445e929f765b481c038edbd6310ce85 (diff) | |
download | uhd-9f0a1e3148251c820a73c8a33da92e54aaffee6d.tar.gz uhd-9f0a1e3148251c820a73c8a33da92e54aaffee6d.tar.bz2 uhd-9f0a1e3148251c820a73c8a33da92e54aaffee6d.zip |
Merge branch 'network_foo'
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 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 |