From 155118076ca59b9e90d33a644af88ee5465819be Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 25 Nov 2015 19:36:32 +0000 Subject: [PATCH] Added jt65sim target to build - not installed nor packaged git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6180 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12c6f8227..02995ea92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -904,6 +904,9 @@ endif (WIN32) add_executable (jt4sim lib/jt4sim.f90 wsjtx.rc) target_link_libraries (jt4sim wsjt_fort wsjt_cxx) +add_executable (jt65sim lib/jt65sim.f90 wsjtx.rc) +target_link_libraries (jt65sim wsjt_fort wsjt_cxx ${FFTW3_LIBRARIES}) + add_executable (jt9sim lib/jt9sim.f90 wsjtx.rc) target_link_libraries (jt9sim wsjt_fort wsjt_cxx)