Update docs (#126)

Since toml++ is now a wrap, update the docs accordingly.
This commit is contained in:
Mabi19 2021-12-29 18:45:29 +01:00 committed by GitHub
parent e557e41b05
commit 5aec8a3abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,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.