mirror of
https://github.com/ncblakely/GiantsTools
synced 2025-01-30 21:47:26 +01:00
Use JSON vcpkg manifest.
This commit is contained in:
parent
382d67f7b1
commit
8454b0df87
2 changed files with 8 additions and 0 deletions
1
ServerConsoleExample/.gitignore
vendored
Normal file
1
ServerConsoleExample/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
vcpkg_installed/
|
7
ServerConsoleExample/vcpkg.json
Normal file
7
ServerConsoleExample/vcpkg.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "server-console",
|
||||
"version-string": "1.0.0",
|
||||
"dependencies": [
|
||||
"fmt"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue