Skip to content

Commit

Permalink
Update docs (#126)
Browse files Browse the repository at this point in the history
Since toml++ is now a wrap, update the docs accordingly.
  • Loading branch information
Mabi19 authored Dec 29, 2021
1 parent e557e41 commit 5aec8a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/pages/main_page.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down

0 comments on commit 5aec8a3

Please sign in to comment.