diff options
author | Philip Balister <philip@opensdr.com> | 2010-08-18 22:07:09 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-08-18 22:07:09 +0000 |
commit | 50b70be92442c05f8cebb63f51333dab2568ca71 (patch) | |
tree | f8125584fa9d3988718c7ee55d2c4e62d44ae19f | |
parent | f001559f976786c355ee5fb6446b1f245fbc3f94 (diff) | |
download | uhd-50b70be92442c05f8cebb63f51333dab2568ca71.tar.gz uhd-50b70be92442c05f8cebb63f51333dab2568ca71.tar.bz2 uhd-50b70be92442c05f8cebb63f51333dab2568ca71.zip |
Build rx_to_file example.
-rw-r--r-- | host/examples/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 10a9a833a..70e74a9a8 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -25,6 +25,9 @@ TARGET_LINK_LIBRARIES(benchmark_rx_rate uhd) ADD_EXECUTABLE(rx_timed_samples rx_timed_samples.cpp) TARGET_LINK_LIBRARIES(rx_timed_samples uhd) +ADD_EXECUTABLE(rx_to_file rx_to_file.cpp) +TARGET_LINK_LIBRARIES(rx_to_file uhd) + ADD_EXECUTABLE(tx_timed_samples tx_timed_samples.cpp) TARGET_LINK_LIBRARIES(tx_timed_samples uhd) |