[CMake] fixup_bundles on macosx for non-.app target
Seth Cantrell
seth.cantrell at gmail.com
Sat Sep 12 16:52:34 EDT 2015
I have a project which uses fixup_bundle on Windows to package up the exe with the third-party dlls it requires. On Mac OS X this same packaging process fails. It looks like on Mac OS X this utility is assuming I want to producing a .app bundle.
I realize this utility originated on Mac OS X specifically for dealing with .app bundles, but it's also been expanded to handle simply producing relocatable executable directories on other platforms. Can fixup_bundle be used for that purpose on Mac OS X as well? I simply want to have CPack zip up a command line executable with the automatically detected third party .dylibs and to fix up the install names so that the executable uses included dylibs on Mac OS X.
Thanks,
Seth
More information about the CMake
mailing list