let's try vcpkg

This commit is contained in:
Lion Kortlepel
2022-04-28 16:26:30 +02:00
parent 3b2016d09f
commit 8d7505956d
7 changed files with 91 additions and 89 deletions

17
vcpkg.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "beammp-server",
"version-string": "3.0.2",
"homepage": "https://beammp.com",
"dependencies": [
"sentry-native",
"lua",
"zlib",
"rapidjson",
"nlohmann-json",
"openssl",
"curl",
"sol2",
"cpp-httplib",
"toml11"
]
}