Skip to content

Commit

Permalink
Update README.md (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gelldur authored Feb 22, 2024
1 parent 482878f commit a851257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cpp = 17
Reading it in C++ is easy with toml++:

```cpp
#include <toml.hpp>
#include <toml++/toml.hpp>

auto config = toml::parse_file( "configuration.toml" );

Expand Down Expand Up @@ -169,6 +169,7 @@ FetchContent_Declare(
GIT_TAG v3.4.0
)
FetchContent_MakeAvailable(tomlplusplus)
# Example add library: target_link_libraries(MyApp tomlplusplus::tomlplusplus)
```

> &#xFE0F; _[What is FetchContent?](https://cmake.org/cmake/help/latest/module/FetchContent.html)_
Expand Down

0 comments on commit a851257

Please sign in to comment.