vcpkg/ports/nifly/vcpkg.json

19 строки
361 B
JSON

{
"name": "nifly",
"version": "1.0.0",
"port-version": 1,
"description": "A C++ library for working with the NIF file format",
"homepage": "https://github.com/ousnius/nifly",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}