Add vcpkg.json for use with CMake/MSVC

This commit is contained in:
David Hrdlička
2021-01-12 18:23:01 +01:00
parent 11b6604196
commit 3a0db7daa8

13
vcpkg.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "86box",
"version-string": "3.0",
"homepage": "https://86box.net/",
"documentation": "http://86box.readthedocs.io/",
"license": "GPL-2.0-or-later",
"dependencies": [
"freetype",
"libpng",
"openal-soft",
"sdl2"
]
}