Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3daa575

Browse files
committed
Update buildexe_package_manager.rst
1 parent 223d937 commit 3daa575

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/source/getting_started/buildexe_package_manager.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,23 @@ Write your ``compile.toml`` file
319319
Write your ``build.toml`` file
320320
+++++++++++++++++++++++++++++++
321321

322+
* Exact same ``build.toml`` as seen in the document :doc:`buildexe_script_example`
323+
324+
.. code-block:: toml
325+
:linenos:
326+
327+
# Root
328+
root_dir = ""
329+
build_dir = "_build"
330+
loglevel = "debug"
331+
clean = true
332+
333+
# Toolchain
334+
[toolchain.gcc]
335+
build = true
336+
test = true
337+
338+
322339
Write your ``main.cpp`` helloworld example in fmtlib
323340
++++++++++++++++++++++++++++++++++++++++++++++++++++
324341

0 commit comments

Comments
 (0)