From f2000dcc8cdecd81eaead24f3018ce39ca2f25d1 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 27 Apr 2021 15:10:17 -0400 Subject: [PATCH] Add a stripped-down version of multimode_decoder() so that MAP65 can call the Q65 decoder routines. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe2d7a2e9..ed1f5c74d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -462,6 +462,7 @@ set (wsjt_FSRCS lib/lorentzian.f90 lib/fst4/lorentzian_fading.f90 lib/lpf1.f90 + lib/map65_mmdec.f90 lib/mixlpf.f90 lib/makepings.f90 lib/moondopjpl.f90