mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Don't build synctest.exe.
This commit is contained in:
parent
2d2951e689
commit
1af473e9a5
@ -136,8 +136,8 @@ target_link_libraries (m65 m65impl ${FFTW3_LIBRARIES})
|
||||
add_executable (mapsim mapsim.f90)
|
||||
target_link_libraries (mapsim m65impl ${FFTW3_LIBRARIES})
|
||||
|
||||
add_executable (synctest synctest.f90)
|
||||
target_link_libraries (synctest m65impl ${FFTW3_LIBRARIES})
|
||||
#add_executable (synctest synctest.f90)
|
||||
#target_link_libraries (synctest m65impl ${FFTW3_LIBRARIES})
|
||||
|
||||
if (WIN32)
|
||||
install (
|
||||
|
Loading…
Reference in New Issue
Block a user