diff options
author | Nico Müller <nico.mueller@mni.thm.de> | 2017-09-18 17:22:59 (GMT) |
---|---|---|
committer | Nico Müller <nico.mueller@mni.thm.de> | 2017-09-21 18:49:44 (GMT) |
commit | 5b46cc91d93fe52be614e75e9a08a00f121e8aa7 (patch) | |
tree | 8da51681a8bae1d76d68eff35b7b47ee433220a7 /Modules | |
parent | db86cf4e7ebc3a3cb9bf29d2d39986601e6edf90 (diff) | |
download | CMake-5b46cc91d93fe52be614e75e9a08a00f121e8aa7.zip CMake-5b46cc91d93fe52be614e75e9a08a00f121e8aa7.tar.gz CMake-5b46cc91d93fe52be614e75e9a08a00f121e8aa7.tar.bz2 |
graphviz: distinguish target dependency types
- The output graph of graphviz differs now between target link types
- Updated documentation
- Fixes: #17192
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeGraphVizOptions.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake index 3976581..0d7f1d9 100644 --- a/Modules/CMakeGraphVizOptions.cmake +++ b/Modules/CMakeGraphVizOptions.cmake @@ -20,6 +20,9 @@ # * a ``foo.dot.<target>`` file for each target, file showing on which other targets the respective target depends # * a ``foo.dot.<target>.dependers`` file, showing which other targets depend on the respective target # +# The different dependency types ``PUBLIC``, ``PRIVATE`` and ``INTERFACE`` +# are represented as solid, dashed and dotted edges. +# # This can result in huge graphs. Using the file # ``CMakeGraphVizOptions.cmake`` the look and content of the generated # graphs can be influenced. This file is searched first in |