How to bundle a binary file with lambda?

I need to bundle an executable with my code, but since sst only includes files referenced through require or import, the executable is not included in the final built bundle. How can I configure SST to bundle that file?