mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:39:00 +08:00
d098bf1e82
* Move lessmsi out of the installed tree * bump port version * v db
16 lines
305 B
JSON
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"
|
|
}
|
|
]
|
|
}
|