vcpkg/ports/ntf-core/vcpkg.json

19 lines
327 B
JSON
Raw Normal View History

2023-09-01 04:53:07 +08:00
{
"name": "ntf-core",
"version": "2.1.0",
"port-version": 1,
2023-09-01 04:53:07 +08:00
"description": "The Network Transport Framework: Core Libraries",
"license": "Apache-2.0",
"dependencies": [
"bde",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}