Merge branch 'master' into v3

This commit is contained in:
Mark Gillard 2022-01-02 21:35:50 +02:00
commit 6d381b698f

View File

@ -468,7 +468,12 @@
\subsection mainpage-adding-lib-meson Meson
The library supports being added as a subproject in the meson build system.
You can install the wrap with:
\bash
meson wrap install tomlplusplus
\ebash
After that, you can use it like a regular dependency: `tomlplusplus_dep = dependency('tomlplusplus')`.
You can also add it as a subproject directly.