Add vcpkg.json
for use with CMake/MSVC
This commit is contained in:
13
vcpkg.json
Normal file
13
vcpkg.json
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user