mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-23 22:55:37 +01:00
Use JSON vcpkg manifest.
This commit is contained in:
parent
382d67f7b1
commit
8454b0df87
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…
Reference in New Issue
Block a user