Hi Eric,
On Fri, Aug 25, 2017 at 3:53 PM, Eric Noulard wrote:
> Is it possible to get the dependency graph one can get with the --graphviz
> option when running in server mode.
Not yet:-)
> From my understanding the current "codeModel" message does not contain such
> information. Am I right?
Y
Doh, forgot the links I intended to reference in my original email:
[1]: https://cmake.org/cmake/help/v3.6/command/find_package.html
[2]:
https://cmake.org/cmake/help/v3.6/manual/cmake-packages.7.html#creating-packages
[3]: https://cmake.org/cmake/help/v3.6/module/CMakePackageConfigHelpers.html
So I've been studying the find_package[1] and "creating packages"[2]
documentation, as well as the CMakePackageConfigHelpers[3] page.
Based on the current offerings of configuration packages, I do not
understand the need for the relocatable config.cmake file when all it
really contains is:
includ
Hi there,
Is it possible to get the dependency graph one can get with the --graphviz
option when running in server mode.
>From my understanding the current "codeModel" message does not contain such
information. Am I right?
If I wanted to add the dependency information would it be better to creat