From b04c3ab79c1fc2e5452b4a9f77a8927a14177367 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Tue, 20 Sep 2016 20:24:03 +0000 Subject: [PATCH] Add new routines to CMakeLists.txt. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7102 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ab03ba23..080ccb8fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -407,9 +407,12 @@ set (wsjt_FSRCS lib/morse.f90 lib/move.f90 lib/msk144d.f90 + lib/msk144d2.f90 + lib/msk144decodeframe.f90 lib/msk144_decode.f90 lib/mskrtd.f90 lib/msk144sim.f90 + lib/mskrtd.f90 lib/options.f90 lib/opdetmsk144.f90 lib/packjt.f90 @@ -1051,6 +1054,9 @@ target_link_libraries (msk144sim wsjt_fort wsjt_cxx) add_executable (msk144d lib/msk144d.f90 wsjtx.rc) target_link_libraries (msk144d wsjt_fort wsjt_cxx) +add_executable (msk144d2 lib/msk144d2.f90 wsjtx.rc) +target_link_libraries (msk144d2 wsjt_fort wsjt_cxx) + add_executable (jt9 ${jt9_FSRCS} ${jt9_CXXSRCS} wsjtx.rc) if (${OPENMP_FOUND} OR APPLE) if (APPLE)