URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fef9c0aa62cb289e0b6606bbeba073ba45808a19
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
fef9c0a by Dario Lombardo (lomato@xxxxxxxxx):
cmake: Add CMakeGraphVizOptions.cmake to improve the generated layout.
Adjust the CMake configuration to generate grapvhiz files with an
improved layout.
Documentation: https://cmake.org/cmake/help/latest/module/CMakeGraphVizOptions.html
To generate a dependency graph from the build directory (example):
cmake . --graphviz=wireshark.dot
fdp wireshark.dot -Tpdf -o wireshark.pdf
Change-Id: Icf238668004224b9d373d8080e549b9b583f676c
Reviewed-on: https://code.wireshark.org/review/30564
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 961f138 wiretap: fix truncated reads while reading compressed file formats
add fef9c0a cmake: Add CMakeGraphVizOptions.cmake to improve the generated layout.
Summary of changes:
CMakeGraphVizOptions.cmake | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 CMakeGraphVizOptions.cmake