From d41975cb3bddba719580224707abdc6ff2583045 Mon Sep 17 00:00:00 2001 From: YL Wang <121748352+code4yonglei@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:24:31 +0200 Subject: [PATCH] update internal dependent tree structure for `05-automata` example --- content/targets.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/targets.rst b/content/targets.rst index f8ba471..c215438 100644 --- a/content/targets.rst +++ b/content/targets.rst @@ -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.