Skip to content

Python project to try out ideas how to make dot graphs out of CMake file-api

License

Notifications You must be signed in to change notification settings

xealits/cmake_graph_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying out an idea to add more info to the cmake --graphviz graph.

For example:

git clone --recursive git@github.com:cpp-best-practices/cmake_template.git
cd cmake_template
cmake_graph setup -B build
cmake -S . -B build
...
cmake_graph graph -B build/ --skip-types UTILITY --skip-names test_ --frequent-deps-threshold 3
ls targetgraph-Release.svg

Targets of cmake_template

Targets in CMake: Targets of cmake

Targets in rocksdb without tests: Targets of cmake

About

Python project to try out ideas how to make dot graphs out of CMake file-api

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published