From 8454b0df87d06ad4f84e0c6eaa825d99c11918ad Mon Sep 17 00:00:00 2001 From: Nick Blakely Date: Mon, 4 Jan 2021 00:35:51 -0800 Subject: [PATCH] Use JSON vcpkg manifest. --- ServerConsoleExample/.gitignore | 1 + ServerConsoleExample/vcpkg.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 ServerConsoleExample/.gitignore create mode 100644 ServerConsoleExample/vcpkg.json diff --git a/ServerConsoleExample/.gitignore b/ServerConsoleExample/.gitignore new file mode 100644 index 0000000..1dfa0e5 --- /dev/null +++ b/ServerConsoleExample/.gitignore @@ -0,0 +1 @@ +vcpkg_installed/ \ No newline at end of file diff --git a/ServerConsoleExample/vcpkg.json b/ServerConsoleExample/vcpkg.json new file mode 100644 index 0000000..c2214b6 --- /dev/null +++ b/ServerConsoleExample/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "server-console", + "version-string": "1.0.0", + "dependencies": [ + "fmt" + ] +} \ No newline at end of file