diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-11 20:30:04 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-11 20:30:04 -0800 |
commit | f7687f06cf3005bd8c4f66d0708b24738ec34d1d (patch) | |
tree | 010ac98f3468a628cce79d486859754caa2861cb /host/examples/CMakeLists.txt | |
parent | cadafd4c3e67203aea80b99bd3839fc84ff7c17f (diff) | |
download | uhd-f7687f06cf3005bd8c4f66d0708b24738ec34d1d.tar.gz uhd-f7687f06cf3005bd8c4f66d0708b24738ec34d1d.tar.bz2 uhd-f7687f06cf3005bd8c4f66d0708b24738ec34d1d.zip |
uhd: created rx_multi_samples for multi-channel example
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 2b491d87b..44ed55380 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -20,6 +20,7 @@ ######################################################################## SET(example_sources benchmark_rx_rate.cpp + rx_multi_samples.cpp rx_samples_to_file.cpp rx_samples_to_udp.cpp rx_timed_samples.cpp |