mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Add new routines to CMakeLists.txt.
This commit is contained in:
parent
a0f9ea0075
commit
77ed319a8e
@ -618,6 +618,9 @@ set (wsjt_FSRCS
|
||||
lib/fsk4hf/gen_wspr4wave.f90
|
||||
lib/fsk4hf/wspr4d.f90
|
||||
lib/fsk4hf/get_wspr4_bitmetrics.f90
|
||||
lib/fsk4hf/ft4slowsim.f90
|
||||
lib/fsk4hf/genft4slow.f90
|
||||
lib/fsk4hf/decode174_101.f90
|
||||
)
|
||||
|
||||
# temporary workaround for a gfortran v7.3 ICE on Fedora 27 64-bit
|
||||
@ -1373,6 +1376,9 @@ target_link_libraries (wspr4sim wsjt_fort wsjt_cxx)
|
||||
add_executable (wspr4d lib/fsk4hf/wspr4d.f90 wsjtx.rc)
|
||||
target_link_libraries (wspr4d wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (ft4slowsim lib/fsk4hf/ft4slowsim.f90 wsjtx.rc)
|
||||
target_link_libraries (ft4slowsim wsjt_fort wsjt_cxx)
|
||||
|
||||
endif(WSJT_BUILD_UTILS)
|
||||
|
||||
# build the main application
|
||||
|
Loading…
Reference in New Issue
Block a user