aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bsio/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/bsio/vcpkg.json')
-rw-r--r--vcpkg/ports/bsio/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/bsio/vcpkg.json b/vcpkg/ports/bsio/vcpkg.json
new file mode 100644
index 0000000..fe8fad4
--- /dev/null
+++ b/vcpkg/ports/bsio/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "bsio",
+ "version": "1.0.0",
+ "description": "networking library, ans support HTTP/WebSocket, based on asio.",
+ "homepage": "https://github.com/ArkNX/bsio",
+ "dependencies": [
+ "asio",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}