aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-22 00:35:30 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-22 00:35:30 +0100
commit14dc3f49f3df898a61e20aa3a5a3257d437bb287 (patch)
treee215868910e443da5ee7df624ff132adf940ae98 /CMakeLists.txt
parentef1085cd66e347cfbd6ff689f5e0c9a940ca781c (diff)
downloadSoapyDummy-14dc3f49f3df898a61e20aa3a5a3257d437bb287.tar.gz
SoapyDummy-14dc3f49f3df898a61e20aa3a5a3257d437bb287.tar.bz2
SoapyDummy-14dc3f49f3df898a61e20aa3a5a3257d437bb287.zip
Add hardware time simulation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6010eb7..b2117ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,4 +24,5 @@ SOAPY_SDR_MODULE_UTIL(
Dummy_Settings.cpp
Dummy_Streaming.cpp
Dummy_Session.cpp
+ Dummy_Clock.cpp
)