There is more

We can once again use CMake and Graphviz (http://www.graphviz.org/) to generate the dependency graph of this project:

$ cd build$ cmake --graphviz=example.dot ..$ dot -T png example.dot -o example.png

For the current setup, we obtain the following dependency graph:

Get CMake Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.