diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json b/vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json new file mode 100644 index 0000000..b8c0d83 --- /dev/null +++ b/vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json @@ -0,0 +1,48 @@ +{ + "name": "azure-kinect-sensor-sdk", + "version": "1.4.2", + "description": "Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.", + "homepage": "https://github.com/microsoft/Azure-Kinect-Sensor-SDK", + "license": "MIT", + "supports": "(linux | windows) & !(static & staticcrt)", + "dependencies": [ + "azure-c-shared-utility", + "azure-kinect-depth-engine", + "cjson", + "ebml", + "libjpeg-turbo", + "libsoundio", + "libusb", + { + "name": "libuvc", + "platform": "!windows" + }, + "libyuv", + "matroska", + "spdlog", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tool": { + "description": "Build tools.", + "dependencies": [ + "gl3w", + "glfw3", + { + "name": "imgui", + "features": [ + "glfw-binding", + "opengl3-binding" + ] + } + ] + } + } +} |