Re: [CMake] Detailed graphviz graph?

2018-10-07 Thread Eric Noulard
Le sam. 6 oct. 2018 à 18:15, Jan Wielemaker a écrit : > On 03/10/18 09:53, Eric Noulard wrote: > > > > Are those three add_custom_xxx in the same directory? > > DEPENDS for custom_xxx do not cross directory. > > So this was not the problem. The problem was that on the Mac I had build > the

Re: [CMake] Detailed graphviz graph?

2018-10-06 Thread Jan Wielemaker
On 03/10/18 09:53, Eric Noulard wrote: - I have an ordinary executable target `swipl` - To run, this requires a boot file `swipl.prc` that is created by calling `swipl -b ...` Hum... I don't get it. For running? creating? target "swipl" you need to run it? There is a

Re: [CMake] Detailed graphviz graph?

2018-10-03 Thread Jan Wielemaker
On 10/03/2018 09:53 AM, Eric Noulard wrote: Le mer. 3 oct. 2018 à 09:19, Jan Wielemaker mailto:j...@swi-prolog.org>> a écrit : Hi, Debugging dependencies is not always easy. The -graphviz option is a nice try, but only seems to do the built-in target types. Is there some

Re: [CMake] Detailed graphviz graph?

2018-10-03 Thread Eric Noulard
Le mer. 3 oct. 2018 à 09:19, Jan Wielemaker a écrit : > Hi, > > Debugging dependencies is not always easy. The -graphviz option is a > nice try, but only seems to do the built-in target types. Is there > some way to get the whole dependency graph, including custom targets > and possibly also

[CMake] Detailed graphviz graph?

2018-10-03 Thread Jan Wielemaker
Hi, Debugging dependencies is not always easy. The -graphviz option is a nice try, but only seems to do the built-in target types. Is there some way to get the whole dependency graph, including custom targets and possibly also the individual files? Of course this can get huge. Possibly