This repository aims to show how to generate better dependency graphs for projects using cmake & conan.
Using conan graph info
generates only
- Generate conan lock file
- Generate conan graph
- Filter cmake graphviz nodes
- Basic filtering with
process.sh
script working with conan<2
- Basic filtering with
- Generate json compatible library
- Check VivaGraph
- Check Vis.js
- Presentation page
- Draw graph generated from graphvis & conan graph
- Conan 2.0
- Cmake
- Graphviz
Enter repository directory.
Generate project with graph with cmake
cmake -S . -B build --graphviz=demo.dot -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release
Generate library graph with conan
conan graph info --lockfile build/conan.lock . --format json > demo.json
Execute 'process.sh'