Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d937 commit 3daa575Copy full SHA for 3daa575
docs/source/getting_started/buildexe_package_manager.rst
@@ -319,6 +319,23 @@ Write your ``compile.toml`` file
319
Write your ``build.toml`` file
320
+++++++++++++++++++++++++++++++
321
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
339
Write your ``main.cpp`` helloworld example in fmtlib
340
++++++++++++++++++++++++++++++++++++++++++++++++++++
341
0 commit comments