Visualising Module Dependencies with CMake and Graphviz
CMake uses Graphviz to generate dependency graphs between the targets of a CMake project like libraries and executables. The graphs help us get an idea of the software architecture and identify the dependency hot spots.
Read More »Visualising Module Dependencies with CMake and Graphviz