Use JSON vcpkg manifest.

This commit is contained in:
Nick Blakely 2021-01-04 00:35:51 -08:00
parent 382d67f7b1
commit 8454b0df87
2 changed files with 8 additions and 0 deletions

1
ServerConsoleExample/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vcpkg_installed/

View File

@ -0,0 +1,7 @@
{
"name": "server-console",
"version-string": "1.0.0",
"dependencies": [
"fmt"
]
}