From ecdf310540d61b3ab6ef5c1a8b4b03c04dfb8237 Mon Sep 17 00:00:00 2001 From: George Vardakis Date: Fri, 1 Apr 2016 19:51:31 +0300 Subject: [PATCH] Fixed small bug --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b3026a7..b8401cf 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -38,7 +38,7 @@ list(APPEND satnogs_sources udp_msg_source_impl.cc debug_msg_source_impl.cc tcp_rigctl_msg_source_impl.cc - json_to_ecss_src_impl.cc ) + json_to_ecss_src_impl.cc doppler_correction_cc_impl.cc frame_encoder_impl.cc doppler_fit.cc