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