diff options
author | Nick Foster <nick@ettus.com> | 2011-05-26 14:52:12 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-05-26 14:52:12 -0700 |
commit | 202ae92825e8c0d406cf0efc800f2abb731ad358 (patch) | |
tree | bf03a4449a057fdb4a5a5d97fe97b3ef924a2dd4 /host/examples/CMakeLists.txt | |
parent | 2374f70826211f963d3c868b0ae5ce6fb469e6d1 (diff) | |
download | uhd-202ae92825e8c0d406cf0efc800f2abb731ad358.tar.gz uhd-202ae92825e8c0d406cf0efc800f2abb731ad358.tar.bz2 uhd-202ae92825e8c0d406cf0efc800f2abb731ad358.zip |
added tx_bursts MIMO burst transmit test
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 1bb037d16..fe9e6409e 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -26,6 +26,7 @@ SET(example_sources rx_timed_samples.cpp test_async_messages.cpp test_pps_input.cpp + tx_bursts.cpp tx_samples_from_file.cpp tx_timed_samples.cpp tx_waveforms.cpp |