aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mongoose/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/mongoose/vcpkg.json')
-rw-r--r--vcpkg/ports/mongoose/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/mongoose/vcpkg.json b/vcpkg/ports/mongoose/vcpkg.json
new file mode 100644
index 0000000..f91f472
--- /dev/null
+++ b/vcpkg/ports/mongoose/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "mongoose",
+ "version": "7.19",
+ "description": "Embedded web server / embedded networking library",
+ "homepage": "https://cesanta.com/",
+ "license": null,
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "pack": {
+ "description": "Build pack for embedding read-only filesystems"
+ },
+ "ssl": {
+ "description": "Build with openssl",
+ "dependencies": [
+ "openssl"
+ ]
+ }
+ }
+}