mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-21 18:59:00 -04:00
Add msk32d_ldpc to CMakeLists.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6960 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
065dff8c92
commit
de1d5bf1b6
@ -1032,6 +1032,9 @@ target_link_libraries (qra64sim wsjt_fort wsjt_cxx)
|
||||
add_executable (msk32d lib/msk32d.f90 wsjtx.rc)
|
||||
target_link_libraries (msk32d wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (msk32d_ldpc lib/msk32d_ldpc.f90 wsjtx.rc)
|
||||
target_link_libraries (msk32d_ldpc wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (jt9sim lib/jt9sim.f90 wsjtx.rc)
|
||||
target_link_libraries (jt9sim wsjt_fort wsjt_cxx)
|
||||
|
||||
@ -1205,7 +1208,7 @@ install (TARGETS udp_daemon message_aggregator
|
||||
BUNDLE DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime
|
||||
)
|
||||
|
||||
install (TARGETS jt9 jt65code qra64code qra64sim jt9code jt4code wsprd msk32d
|
||||
install (TARGETS jt9 jt65code qra64code qra64sim jt9code jt4code wsprd msk32d msk32d_ldpc
|
||||
RUNTIME DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime
|
||||
BUNDLE DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user