[CMake] Globally disable AUTO MOC

2015-03-15 Thread Scott Aron Bloom
I have found I can disable it project by project, but I cant seem to disable it, globally for every project Is there a way (or point in the cmake flow) to disable it globally? Scott -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.o

Re: [CMake] List all binaries associated with a target.

2015-03-15 Thread Klaim - Joël Lamotte
On Sat, Mar 14, 2015 at 9:51 PM, Roman Bolshakov wrote: > Here's an example function which addresses 1. > It creates a string of generator expressions for direct and indirect > dependencies of a target recursively. > When all recursive invocations are done, it spits -deps > file in the CURRENT_BI