mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Build and install mapsim[.exe].
This commit is contained in:
parent
2b09f6ef87
commit
25584f09e5
@ -131,8 +131,11 @@ target_link_libraries (m65impl wsjt_fort wsjt_cxx Qt5::Core)
|
||||
add_executable (m65 m65.f90 m65a.f90)
|
||||
target_link_libraries (m65 m65impl ${FFTW3_LIBRARIES})
|
||||
|
||||
add_executable (mapsim mapsim.f90)
|
||||
target_link_libraries (mapsim m65impl ${FFTW3_LIBRARIES})
|
||||
|
||||
install (
|
||||
TARGETS m65
|
||||
TARGETS m65 mapsim
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
||||
BUNDLE DESTINATION . COMPONENT runtime
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user