diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f0397766..7e7ab0d8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 # diff --git a/lib/superfox/arm/foxchk b/lib/superfox/arm/foxchk new file mode 100644 index 000000000..fd7e2e79b Binary files /dev/null and b/lib/superfox/arm/foxchk differ