mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
build: Add vcpkg manifest for easier Windows builds
This commit is contained in:
parent
f9b5097134
commit
28b68077df
11
vcpkg.json
Normal file
11
vcpkg.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "monado",
|
||||||
|
"version-string": "21.0",
|
||||||
|
"dependencies": [
|
||||||
|
"eigen3",
|
||||||
|
"pthreads",
|
||||||
|
"libusb",
|
||||||
|
"hidapi",
|
||||||
|
"zlib"
|
||||||
|
]
|
||||||
|
}
|
2
vcpkg.json.license
Normal file
2
vcpkg.json.license
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SPDX-FileCopyrightText: 2021 Collabora, Ltd
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
Loading…
Reference in a new issue