Merge branch 'sfox4' of bitbucket.org:k1jt/wsjtx into sfox4

This commit is contained in:
Joe Taylor 2024-05-21 11:16:43 -04:00
commit f28d6f277b
4 changed files with 4 additions and 0 deletions

View File

@ -1684,6 +1684,8 @@ if (UNIX)
lib/superfox/linux/foxchk
DESTINATION ${CMAKE_INSTALL_BINDIR}
PERMISSIONS WORLD_READ WORLD_WRITE WORLD_EXECUTE
PERMISSIONS GROUP_READ GROUP_EXECUTE
PERMISSIONS OWNER_READ OWNER_EXECUTE
#COMPONENT runtime
)
endif (UNIX)
@ -1695,6 +1697,8 @@ if (APPLE)
lib/superfox/mac/foxchk
DESTINATION ${CMAKE_INSTALL_BINDIR}
PERMISSIONS WORLD_READ WORLD_WRITE WORLD_EXECUTE
PERMISSIONS GROUP_READ GROUP_EXECUTE
PERMISSIONS OWNER_READ OWNER_EXECUTE
#COMPONENT runtime
)
endif (APPLE)

BIN
lib/superfox/mac/foxchk Executable file

Binary file not shown.

BIN
lib/superfox/mac/sfrx Executable file

Binary file not shown.

BIN
lib/superfox/mac/sftx Executable file

Binary file not shown.