mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -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)
|
add_executable (mapsim mapsim.f90)
|
||||||
target_link_libraries (mapsim m65impl ${FFTW3_LIBRARIES})
|
target_link_libraries (mapsim m65impl ${FFTW3_LIBRARIES})
|
||||||
|
|
||||||
add_executable (synctest synctest.f90)
|
#add_executable (synctest synctest.f90)
|
||||||
target_link_libraries (synctest m65impl ${FFTW3_LIBRARIES})
|
#target_link_libraries (synctest m65impl ${FFTW3_LIBRARIES})
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
install (
|
install (
|
||||||
|
Loading…
Reference in New Issue
Block a user