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:
