From 3759f08385de9a03fb2e764ac4c08bad00bb90c2 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Wed, 3 Aug 2016 14:27:19 +0000 Subject: [PATCH] Compile Radford Neal encode routine. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6987 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16ea0208c..72e7080ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -486,6 +486,7 @@ set (ldpc_CSRCS lib/ldpc/intio.c lib/ldpc/blockio.c lib/ldpc/check.c + lib/ldpc/encode.c lib/ldpc/open.c lib/ldpc/mod2dense.c lib/ldpc/mod2sparse.c @@ -1073,6 +1074,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 (encode lib/ldpc/encode.c wsjtx.rc) +target_link_libraries (encode wsjt_fort wsjt_cxx) + add_executable (jt9 ${jt9_FSRCS} ${jt9_CXXSRCS} wsjtx.rc) if (${OPENMP_FOUND} OR APPLE) if (APPLE)