vcpkg/ports/openni2/vcpkg.json
Alexander Neumann c73b1e91ba
[openni2] msbuild (#33164)
* [openni2] msbuild

* v db

* Update ports/openni2/portfile.cmake

* v db
2023-08-15 16:44:30 -07:00

18 lines
437 B
JSON

{
"name": "openni2",
"version": "2.2.0.33",
"port-version": 15,
"description": "OpenNI is open source library for access to Natural Interaction (NI) devices such as RGB-D camera.",
"homepage": "https://github.com/OpenNI/OpenNI2",
"license": "Apache-2.0",
"supports": "!uwp & !staticcrt",
"dependencies": [
"kinectsdk1",
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}