1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

Change: add vcpkg.json to instruct vcpkg what dependencies we require

This works on all OSes, making it far simpler for any developer
to jump in. Just install vcpkg, run "vcpkg install" in our root,
and you have all the dependencies.
This commit is contained in:
Patric Stout
2023-12-30 18:00:24 +01:00
committed by Patric Stout
parent 0c064b5119
commit 49db7bbe08
7 changed files with 79 additions and 85 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out
/vcpkg_installed