diff --git a/CMakeLists.txt b/CMakeLists.txt index b574c0b1e..6157007d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/lib/superfox/mac/foxchk b/lib/superfox/mac/foxchk new file mode 100755 index 000000000..d084a52fa Binary files /dev/null and b/lib/superfox/mac/foxchk differ diff --git a/lib/superfox/mac/sfrx b/lib/superfox/mac/sfrx new file mode 100755 index 000000000..f6a7ac9ba Binary files /dev/null and b/lib/superfox/mac/sfrx differ diff --git a/lib/superfox/mac/sftx b/lib/superfox/mac/sftx new file mode 100755 index 000000000..f20f2c6f4 Binary files /dev/null and b/lib/superfox/mac/sftx differ