Skip to content

Commit

Permalink
update internal dependent tree structure for 05-automata example
Browse files Browse the repository at this point in the history
  • Loading branch information
code4yonglei committed Oct 7, 2024
1 parent 527dced commit d41975c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,16 @@ Typically, you only need to pass the first argument: the folder within the build

You can visualize the dependencies between targets in the project with Graphviz (make sure that you have installed the Graphviz package):

.. code-block:: bash
.. code-block:: bash
$ cd build
$ cmake --graphviz=project.dot ..
$ dot -T svg project.dot -o project.svg
$ cd build
$ cmake --graphviz=project.dot ..
$ dot -T svg project.dot -o project.svg
.. figure:: img/graphviz-multiple-folder-project.svg
:align: center
.. figure:: img/graphviz-multiple-folder-project.svg
:align: center

The dependencies between targets in the cellular automata project.
The dependencies between targets in the cellular automata project.



Expand Down

0 comments on commit d41975c

Please sign in to comment.