1 Star 0 Fork 0

wanggang2020/wireshark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeGraphVizOptions.cmake 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
# CMake configuration to control the look and contents of generated graphviz files.
#
# Documentation: https://cmake.org/cmake/help/latest/module/CMakeGraphVizOptions.html
#
# To generate a dependency graph from the build directory:
#
# cmake . --graphviz=wireshark.dot
# fdp wireshark.dot -Tpdf -o wireshark.pdf
set(GRAPHVIZ_GRAPH_NAME "Wireshark dependency graph")
set(GRAPHVIZ_GRAPH_HEADER \tsize="5!" \n\tgraph[splines="true",forcelabels="true",overlap="false"] \n)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanggang2020/wireshark.git
git@gitee.com:wanggang2020/wireshark.git
wanggang2020
wireshark
wireshark
master

搜索帮助