Re: [CMake] Mac bundled application with multiple executables.

2014-02-11 Thread NoRulez
You can use add_custom_command as POST_BUILD step and TargetGenerators for the main GUI bundle to do what you want. Best Regards > Am 09.02.2014 um 23:56 schrieb Andreas Pakulat : > > Hi Bill, > >> On Sun, Feb 9, 2014 at 8:45 PM, Bill Somerville wrote: >> Hi, >> >> noob here so firstly thank

Re: [CMake] Mac bundled application with multiple executables.

2014-02-09 Thread Andreas Pakulat
Hi Bill, On Sun, Feb 9, 2014 at 8:45 PM, Bill Somerville wrote: > Hi, > > noob here so firstly thanks for the great build tools! > > I'm struggling with shoehorning a Win32/Linux Qt GUI application into > CMake for those targets and for OS-X. > > At the moment the Mac build is manually transforme

[CMake] Mac bundled application with multiple executables.

2014-02-09 Thread Bill Somerville
Hi, noob here so firstly thanks for the great build tools! I'm struggling with shoehorning a Win32/Linux Qt GUI application into CMake for those targets and for OS-X. At the moment the Mac build is manually transformed into an OS-X app bundle. I am making some progress getting it to install