mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-25 11:34:26 -04:00
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:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user