This commit is contained in:
Simon Hardt
2021-05-27 15:53:00 +02:00
parent 35d35ec087
commit 7903b0b8c5
15 changed files with 941 additions and 0 deletions

17
vcpkg.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "template",
"version-string": "0.0.1",
"dependencies": [
"fmt",
"cpp-httplib",
"spdlog",
"nlohmann-json",
"magic-enum",
"boost-process",
"ctre",
{
"name": "soci",
"features": ["sqlite3"]
}
]
}