More complete CMake install target including sample WAV files from

SVN, user manual and, HRD Interface runtime on Windows.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3554 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2013-08-16 00:24:32 +00:00
parent 7018428068
commit dbd94dae6a
4 changed files with 13 additions and 7 deletions
+3 -3
View File
@@ -168,13 +168,13 @@ add_definitions (-DBIGSYM=1)
add_library (jt9impl STATIC ${FSRCS} ${CSRCS} ${CXXSRCS})
qt5_use_modules (jt9impl Core)
add_executable (jt9sim jt9sim.f90)
add_executable (jt9sim jt9sim.f90 ../wsjtx.rc)
target_link_libraries (jt9sim jt9impl)
add_executable (jt9code jt9code.f90)
add_executable (jt9code jt9code.f90 ../wsjtx.rc)
target_link_libraries (jt9code jt9impl)
add_executable (jt9 jt9.f90 jt9a.f90 jt9b.f90 jt9c.f90)
add_executable (jt9 jt9.f90 jt9a.f90 jt9b.f90 jt9c.f90 ../wsjtx.rc)
target_link_libraries (jt9 jt9impl ${fftw3f})
add_dependencies (jt9 fftw3f)
qt5_use_modules (jt9 Core)