1. Home
  2. Browse
  3. tomlplusplus

tomlplusplus

v3.4.0#0Latest

Header-only TOML config file parser and serializer for modern C++.

Install

Run the following Vcpkg command to install the port.

vcpkg install tomlplusplus

Usage

The package tomlplusplus can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(tomlplusplus REQUIRED IMPORTED_TARGET tomlplusplus)
target_link_libraries(main PkgConfig::tomlplusplus)

Dependencies

See source

Version

v3.4.0#0

Publication

Supports

!uwp

GitHub

marzer/tomlplusplus1.6K

Homepage

marzer.github.io/tomlplusplus

Subtree

0f0fa15383

License

MIT

Definition

Manifest