diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-03 18:51:44 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-03 18:51:44 -0800 |
commit | dfb3ed0311b9282043b24a2a743093907e088f3d (patch) | |
tree | 99fd5be7b5363edd5939d71f9577f9d6378630ed /host/examples/CMakeLists.txt | |
parent | d6c52af6a8ac2e2a85942116768cf69971aac48a (diff) | |
parent | a54c4ab9dedfe283b5dda0e82bab93c35ffe11b9 (diff) | |
download | uhd-dfb3ed0311b9282043b24a2a743093907e088f3d.tar.gz uhd-dfb3ed0311b9282043b24a2a743093907e088f3d.tar.bz2 uhd-dfb3ed0311b9282043b24a2a743093907e088f3d.zip |
Merge branch 'latency_test'
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index ac131b217..434caa328 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2011 Ettus Research LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ SET(example_sources test_pps_input.cpp tx_timed_samples.cpp tx_waveforms.cpp + latency_test.cpp ) #for each source: build an executable and install |