aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-07-29 18:12:20 -0700
committerNick Foster <nick@nerdnetworks.org>2010-07-29 18:12:20 -0700
commit90a5d84a18aaa338092e572ff257aab1fdcc8e6b (patch)
treed31806e064b1b12a21b2245bec2c9251537a6083 /host/examples/CMakeLists.txt
parentf39c4538a3ca25c79f6b793ee0b6448051dcd751 (diff)
parent1cddf89b0ea0b509418ea9a817bd1cebbdfdb118 (diff)
downloaduhd-90a5d84a18aaa338092e572ff257aab1fdcc8e6b.tar.gz
uhd-90a5d84a18aaa338092e572ff257aab1fdcc8e6b.tar.bz2
uhd-90a5d84a18aaa338092e572ff257aab1fdcc8e6b.zip
Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2p
Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r--host/examples/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt
index 5071b114f..10a9a833a 100644
--- a/host/examples/CMakeLists.txt
+++ b/host/examples/CMakeLists.txt
@@ -15,6 +15,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+
+ADD_EXECUTABLE(tx_continuous_samples tx_continuous_samples.cpp)
+TARGET_LINK_LIBRARIES(tx_continuous_samples uhd)
+
ADD_EXECUTABLE(benchmark_rx_rate benchmark_rx_rate.cpp)
TARGET_LINK_LIBRARIES(benchmark_rx_rate uhd)
@@ -25,6 +29,7 @@ ADD_EXECUTABLE(tx_timed_samples tx_timed_samples.cpp)
TARGET_LINK_LIBRARIES(tx_timed_samples uhd)
INSTALL(TARGETS
+ tx_continuous_samples
benchmark_rx_rate
rx_timed_samples
tx_timed_samples