aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-09-05 11:47:55 -0700
committerMartin Braun <martin.braun@ettus.com>2016-09-05 11:47:55 -0700
commitbb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd (patch)
tree4eb7fc68e2e04c6e47d68629a3e147bed65ddd2b /host/examples/CMakeLists.txt
parent2262316abdfcb0cbe7c4a99290d85e1da84811e8 (diff)
parent83912104a9c1ab3631f755a4d98ee86e195db690 (diff)
downloaduhd-bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd.tar.gz
uhd-bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd.tar.bz2
uhd-bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd.zip
Merge branch 'maint'
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r--host/examples/CMakeLists.txt1
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)