early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/nlohmann-json/vcpkg.json
vendored
Executable file
23
externals/vcpkg/ports/nlohmann-json/vcpkg.json
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "nlohmann-json",
|
||||
"version-semver": "3.10.5",
|
||||
"port-version": 3,
|
||||
"description": "JSON for Modern C++",
|
||||
"homepage": "https://github.com/nlohmann/json",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"diagnostics": {
|
||||
"description": "Build json_diagnostics"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user