test: convert capture tests to use fixtures, fix tests without dumpcap
[metze/wireshark/wip.git] / CMakeGraphVizOptions.cmake
1 # CMake configuration to control the look and contents of generated graphviz files.
2 #
3 # Documentation: https://cmake.org/cmake/help/latest/module/CMakeGraphVizOptions.html
4 #
5 # To generate a dependency graph from the build directory:
6 #
7 #   cmake . --graphviz=wireshark.dot
8 #   fdp wireshark.dot -Tpdf -o wireshark.pdf
9
10 set(GRAPHVIZ_GRAPH_NAME "Wireshark dependency graph")
11 set(GRAPHVIZ_GRAPH_HEADER \tsize="5!" \n\tgraph[splines="true",forcelabels="true",overlap="false"] \n)