mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-19 06:08:35 -04:00
Add one more executable, and add code to CMakeLists.txt to find ARM processors.
This commit is contained in:
@@ -1704,6 +1704,19 @@ if (APPLE)
|
||||
)
|
||||
endif (APPLE)
|
||||
|
||||
if (NOT (WIN32 OR UNIX OR APPLE))
|
||||
install (FILES
|
||||
lib/superfox/arm/sfrx
|
||||
lib/superfox/arm/sftx
|
||||
lib/superfox/arm/foxchk
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
PERMISSIONS GROUP_READ GROUP_EXECUTE
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
PERMISSIONS WORLD_READ WORLD_EXECUTE
|
||||
#COMPONENT runtime
|
||||
)
|
||||
endif()
|
||||
|
||||
#
|
||||
# Mac installer files
|
||||
#
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user