From 5e391c7ff83afcb1a0bf6422cc0fcc550691dd7e Mon Sep 17 00:00:00 2001 From: Steven Franke <s.j.franke@icloud.com> Date: Mon, 13 Apr 2020 13:19:12 -0500 Subject: [PATCH] Push CMakeLists.txt changes needed to compile the new (174,74) routines. --- CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20d78e606..d4151e369 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,6 +603,13 @@ set (wsjt_FSRCS lib/fsk4hf/osd204.f90 lib/fsk4hf/genwsprcpm.f90 lib/fsk4hf/encode204.f90 + lib/ft8/decode174_91.f90 + lib/fsk4hf/ldpcsim174_91.f90 + lib/fsk4hf/ldpcsim174_74.f90 + lib/fsk4hf/get_crc24.f90 + lib/fsk4hf/encode174_74.f90 + lib/fsk4hf/bpdecode174_74.f90 + lib/fsk4hf/osd174_74.f90 ) # temporary workaround for a gfortran v7.3 ICE on Fedora 27 64-bit @@ -1344,6 +1351,12 @@ target_link_libraries (wsprcpmsim wsjt_fort wsjt_cxx) add_executable (wsprcpmd lib/fsk4hf/wsprcpmd.f90 wsjtx.rc) target_link_libraries (wsprcpmd wsjt_fort wsjt_cxx) +add_executable (ldpcsim174_91 lib/fsk4hf/ldpcsim174_91.f90 wsjtx.rc) +target_link_libraries (ldpcsim174_91 wsjt_fort wsjt_cxx) + +add_executable (ldpcsim174_74 lib/fsk4hf/ldpcsim174_74.f90 wsjtx.rc) +target_link_libraries (ldpcsim174_74 wsjt_fort wsjt_cxx) + endif(WSJT_BUILD_UTILS) # build the main application