vcpkg/ports/cpptoml/vcpkg.json
Andrew Kornilov 5f4d94e395
[cpptoml] Add cmake config to the installation (#28625)
* [cpptoml] Add cmake config to the installation

* Update version database

* add homepage

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-04 14:09:33 -08:00

19 lines
382 B
JSON

{
"name": "cpptoml",
"version-string": "v0.1.1",
"port-version": 2,
"description": "A header-only library for parsing TOML configuration files.",
"homepage": "https://github.com/skystrife/cpptoml",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}