aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/oatpp/vcpkg.json')
-rw-r--r--vcpkg/ports/oatpp/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp/vcpkg.json b/vcpkg/ports/oatpp/vcpkg.json
new file mode 100644
index 0000000..1089200
--- /dev/null
+++ b/vcpkg/ports/oatpp/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "oatpp",
+ "version": "1.3.1",
+ "description": "Modern web framework.",
+ "homepage": "https://github.com/oatpp/oatpp",
+ "license": "Apache-2.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}