mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
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
This commit is contained in:
parent
d4216f4bb0
commit
3759f08385
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user