From dd6cb2350a3dd5ee1185c3be2b664a6793e0ddc0 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Thu, 22 Sep 2016 00:04:43 +0000 Subject: [PATCH] Add new routines associated with msk144 real-time decoder. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7106 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 080ccb8fc..859ea7766 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -409,6 +409,8 @@ set (wsjt_FSRCS lib/msk144d.f90 lib/msk144d2.f90 lib/msk144decodeframe.f90 + lib/msk144spd.f90 + lib/msk144sync.f90 lib/msk144_decode.f90 lib/mskrtd.f90 lib/msk144sim.f90