From 3a0db7daa869258a31a6b18ca6b518cc654110ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Tue, 12 Jan 2021 18:23:01 +0100 Subject: [PATCH] Add `vcpkg.json` for use with CMake/MSVC --- vcpkg.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..e57a7db16 --- /dev/null +++ b/vcpkg.json @@ -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" + ] +} \ No newline at end of file