early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/jsoncpp/vcpkg.json
vendored
Executable file
16
externals/vcpkg/ports/jsoncpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "jsoncpp",
|
||||
"version": "1.9.5",
|
||||
"description": "jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.",
|
||||
"homepage": "https://github.com/open-source-parsers/jsoncpp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user