aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json')
-rw-r--r--vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json48
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"
+ ]
+ }
+ ]
+ }
+ }
+}