Re: [CMake] Packaging dylibs into app bundles

2018-07-20 Thread Harry Mallon
at 17:35 To: Harry Mallon Cc: CMake MailingList Subject: Re: [CMake] Packaging dylibs into app bundles Hi Harry, I don't know how useful this will be, but the Instant Meshes application creates an app bundle that has always worked reliably for me. Looking at the code, it doesn't appear like

Re: [CMake] Packaging dylibs into app bundles

2018-07-19 Thread Michael Jackson
ypto.dylib’: No such file or directory Hmm, seems like the stuff is there somewhere to make this work… Best, Harry From: Stephen McDowell Date: Thursday, 19 July 2018 at 17:35 To: Harry Mallon Cc: CMake MailingList Subject: Re: [CMake] Packaging dylibs into app bundles Hi Harry,

Re: [CMake] Packaging dylibs into app bundles

2018-07-19 Thread Harry Mallon
: CMake MailingList Subject: Re: [CMake] Packaging dylibs into app bundles Hi Harry, I don't know how useful this will be, but the Instant Meshes application creates an app bundle that has always worked reliably for me. Looking at the code, it doesn't appear like there's much custom stuff going

Re: [CMake] Packaging dylibs into app bundles

2018-07-19 Thread Stephen McDowell
Hi Harry, I don't know how useful this will be, but the Instant Meshes application creates an app bundle that has always worked reliably for me. Looking at the code, it doesn't appear like there's much custom stuff going on either. It starts here

[CMake] Packaging dylibs into app bundles

2018-07-19 Thread Harry Mallon
Hello all, Is there a good tutorial/article on getting CMake to package required dylibs and frameworks into an app bundle for you on mac. We have a lot of custom stuff to do it and it is fragile and breaks a lot. Thanks, Harry Harry Mallon Senior Software Engineer