From de1d5bf1b63f1975866f3ceffd90a40ca42a7082 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Thu, 28 Jul 2016 00:12:04 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1aa25a3d..343da8442 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )