diff options
author | michael-west <michael.west@ettus.com> | 2016-08-15 15:56:43 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-02 11:10:46 -0700 |
commit | 065065e90ce970f8eed0941ded6ae4377e649c2b (patch) | |
tree | ab139d48cc503364a05df467290f0335bd756693 /host/examples/CMakeLists.txt | |
parent | 8401e84d68f2061bc651d4c89a40c31009909889 (diff) | |
download | uhd-065065e90ce970f8eed0941ded6ae4377e649c2b.tar.gz uhd-065065e90ce970f8eed0941ded6ae4377e649c2b.tar.bz2 uhd-065065e90ce970f8eed0941ded6ae4377e649c2b.zip |
Add example to synchronize USRPs to GPS time
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 43e0db9c0..e61fd897f 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -36,6 +36,7 @@ SET(example_sources txrx_loopback_to_file.cpp latency_test.cpp gpio.cpp + sync_to_gps.cpp ) IF(ENABLE_OCTOCLOCK) |