aboutsummaryrefslogtreecommitdiff
path: root/ports/functions-framework-cpp/vcpkg.json
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2021-02-08 20:55:26 -0500
committerGitHub <noreply@github.com>2021-02-08 17:55:26 -0800
commit5f6519aaad1642c9a8d09178e417a5a6f5331d72 (patch)
tree7ca36d2f952413988a054ad78f696a8d2298be7e /ports/functions-framework-cpp/vcpkg.json
parent8317bf972a8f48559cb96e8fbc2e43fbff978a82 (diff)
downloadvcpkg-5f6519aaad1642c9a8d09178e417a5a6f5331d72.tar.gz
vcpkg-5f6519aaad1642c9a8d09178e417a5a6f5331d72.zip
[functions-framework-cpp] add new port with version 0.3.0 (#15989)
* [functions-framework-cpp] add new port with version 0.3.0 * Address review comments * Too much cleanup in the CI baseline * Update version file
Diffstat (limited to 'ports/functions-framework-cpp/vcpkg.json')
-rw-r--r--ports/functions-framework-cpp/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json
new file mode 100644
index 000000000..74bcf523c
--- /dev/null
+++ b/ports/functions-framework-cpp/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "functions-framework-cpp",
+ "version-string": "0.3.0",
+ "description": "Functions Framework for C++.",
+ "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
+ "dependencies": [
+ "abseil",
+ "boost-beast",
+ "boost-program-options",
+ "boost-serialization",
+ "nlohmann-json"
+ ]
+}