mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-02 22:22:33 -04:00
Add one more executable, and add code to CMakeLists.txt to find ARM processors.
This commit is contained in:
parent
59aa8c1632
commit
322efdd681
@ -1704,6 +1704,19 @@ if (APPLE)
|
|||||||
)
|
)
|
||||||
endif (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
|
# Mac installer files
|
||||||
#
|
#
|
||||||
|
BIN
lib/superfox/arm/foxchk
Normal file
BIN
lib/superfox/arm/foxchk
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user