Add one more executable, and add code to CMakeLists.txt to find ARM processors.

This commit is contained in:
Uwe Risse 2024-06-18 12:21:27 +02:00
parent 59aa8c1632
commit 322efdd681
2 changed files with 13 additions and 0 deletions

View File

@ -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
#

BIN
lib/superfox/arm/foxchk Normal file

Binary file not shown.