mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 23:43:44 -04:00
Install executables for sfrx, sftx, and foxchk in the WSJT-X installation package.
This commit is contained in:
@@ -7,7 +7,6 @@ GTAGS
|
||||
*~
|
||||
junk*
|
||||
jnq*
|
||||
*.exe
|
||||
*.o
|
||||
*.mod
|
||||
*.pro.user
|
||||
|
||||
@@ -1657,6 +1657,36 @@ install (DIRECTORY
|
||||
#COMPONENT runtime
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
install (FILES
|
||||
lib/superfox/win/sfrx.exe
|
||||
lib/superfox/win/sftx.exe
|
||||
lib/superfox/win/foxchk.exe
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
#COMPONENT runtime
|
||||
)
|
||||
endif (WIN32)
|
||||
|
||||
if (UNIX)
|
||||
install (FILES
|
||||
lib/superfox/linux/sfrx
|
||||
lib/superfox/linux/sftx
|
||||
lib/superfox/linux/foxchk
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
#COMPONENT runtime
|
||||
)
|
||||
endif (UNIX)
|
||||
|
||||
if (APPLE)
|
||||
install (FILES
|
||||
lib/superfox/mac/sfrx
|
||||
lib/superfox/mac/sftx
|
||||
lib/superfox/mac/foxchk
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
#COMPONENT runtime
|
||||
)
|
||||
endif (APPLE)
|
||||
|
||||
#
|
||||
# Mac installer files
|
||||
#
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user