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