mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Build and install hash22calc.
This commit is contained in:
parent
53bf3f4de1
commit
4416c21f1b
@ -1172,6 +1172,9 @@ target_link_libraries (wsprcode wsjt_fort wsjt_cxx)
|
||||
add_executable (encode77 lib/77bit/encode77.f90)
|
||||
target_link_libraries (encode77 wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (hash22calc lib/77bit/hash22calc.f90)
|
||||
target_link_libraries (hash22calc wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (wsprsim ${wsprsim_CSRCS})
|
||||
target_link_libraries (wsprsim ${LIBM_LIBRARIES})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user