build: Add vcpkg manifest for easier Windows builds

This commit is contained in:
Ryan Pavlik 2021-06-08 11:49:53 -05:00
parent f9b5097134
commit 28b68077df
2 changed files with 13 additions and 0 deletions

11
vcpkg.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "monado",
"version-string": "21.0",
"dependencies": [
"eigen3",
"pthreads",
"libusb",
"hidapi",
"zlib"
]
}

2
vcpkg.json.license Normal file
View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 Collabora, Ltd
SPDX-License-Identifier: CC0-1.0