vcpkg/ports/kinectsdk2/vcpkg.json
Alexander Neumann d098bf1e82
[lessmsi] Remove tool from installed tree (#29766)
* Move lessmsi out of the installed tree

* bump port version

* v db
2023-02-22 12:11:17 -08:00

16 lines
305 B
JSON

{
"name": "kinectsdk2",
"version": "2.0",
"port-version": 5,
"description": "Kinect for Windows SDK for Kinect v2 sensor.",
"license": null,
"supports": "!arm & windows",
"dependencies": [
{
"name": "vcpkg-tool-lessmsi",
"host": true,
"version>=": "1.10#1"
}
]
}