mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 13:08:34 -04:00
Add new routines to CMakeLists.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7102 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
d97b2febdf
commit
b04c3ab79c
@ -407,9 +407,12 @@ set (wsjt_FSRCS
|
||||
lib/morse.f90
|
||||
lib/move.f90
|
||||
lib/msk144d.f90
|
||||
lib/msk144d2.f90
|
||||
lib/msk144decodeframe.f90
|
||||
lib/msk144_decode.f90
|
||||
lib/mskrtd.f90
|
||||
lib/msk144sim.f90
|
||||
lib/mskrtd.f90
|
||||
lib/options.f90
|
||||
lib/opdetmsk144.f90
|
||||
lib/packjt.f90
|
||||
@ -1051,6 +1054,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 (msk144d2 lib/msk144d2.f90 wsjtx.rc)
|
||||
target_link_libraries (msk144d2 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