Re: [cmake-developers] Restriction on target types for GraphViz dependency graph generation

2015-12-20 Thread Daniel Pfeifer
On Wed, Dec 16, 2015 at 5:20 AM, Andrey Mishchenko wrote: > Hi, > > I noticed that the automatic dependency graph generation in CMake targeting > GraphViz only considers targets of certain types. In particular, it only > adds nodes for executables and shared, static, and

Re: [cmake-developers] Restriction on target types for GraphViz dependency graph generation

2015-12-16 Thread Attila Krasznahorkay
Hi Andrey, I would be extremely happy with an extension to this functionality. Right now I have way too many targets in my projects to make good sense of them if all of them are put into a single graph. If I would be able to specify that I'd like to see the connections between all the targets

[cmake-developers] Restriction on target types for GraphViz dependency graph generation

2015-12-15 Thread Andrey Mishchenko
Hi, I noticed that the automatic dependency graph generation in CMake targeting GraphViz only considers targets of certain types. In particular, it only adds nodes for executables and shared, static, and module libraries. Is this deliberate? If I submit a patch extending this functionality to