mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 19:57:01 +02:00
The build demands it but it's missing. Copy from upstream vcpkg repo. Fixes the following error: ``` Computing installation plan... error: while looking for jsoncpp:x64-linux: overte-files/vcpkg/cfe0a2a0/ports/jsoncpp: error: jsoncpp does not exist ```
18 lines
587 B
JSON
18 lines
587 B
JSON
{
|
|
"name": "jsoncpp",
|
|
"version": "1.9.5",
|
|
"port-version": 4,
|
|
"description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.",
|
|
"homepage": "https://github.com/open-source-parsers/jsoncpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|