From 28b68077df87e8a974e2af2e72890e610f028866 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 8 Jun 2021 11:49:53 -0500 Subject: [PATCH] build: Add vcpkg manifest for easier Windows builds --- vcpkg.json | 11 +++++++++++ vcpkg.json.license | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 vcpkg.json create mode 100644 vcpkg.json.license diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..9550897c5 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "monado", + "version-string": "21.0", + "dependencies": [ + "eigen3", + "pthreads", + "libusb", + "hidapi", + "zlib" + ] +} diff --git a/vcpkg.json.license b/vcpkg.json.license new file mode 100644 index 000000000..98efd9fe2 --- /dev/null +++ b/vcpkg.json.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2021 Collabora, Ltd +SPDX-License-Identifier: CC0-1.0