mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -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
							
								
									bd30edf182
								
							
						
					
					
						commit
						b1568da6d7
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user