mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
5b46cc91d9
- The output graph of graphviz differs now between target link types - Updated documentation - Fixes: #17192
7 lines
248 B
ReStructuredText
7 lines
248 B
ReStructuredText
graphviz-line-styles
|
|
-------------------------
|
|
|
|
* The graphviz output now distinguishes between the different dependency types
|
|
``PUBLIC``, ``PRIVATE`` and ``INTERFACE`` and represents them in the output graph
|
|
as solid, dashed and dotted edges.
|