aboutsummaryrefslogtreecommitdiff
path: root/ports/bsio/vcpkg.json
diff options
context:
space:
mode:
authorIronsDu <irons.du@gmail.com>2021-05-14 02:07:01 +0800
committerGitHub <noreply@github.com>2021-05-13 11:07:01 -0700
commiteba919784de3c4fbf2be79a5a8f7fdb9dcd8927f (patch)
tree7a6ac1c88e6e72ef406f5a04ccd2d3de11cae6e1 /ports/bsio/vcpkg.json
parent6a274ad4b370b3b729d3af6227f57257ec708b43 (diff)
downloadvcpkg-eba919784de3c4fbf2be79a5a8f7fdb9dcd8927f.tar.gz
vcpkg-eba919784de3c4fbf2be79a5a8f7fdb9dcd8927f.zip
[bsio] Add new port (#17789)
* add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * Update portfile.cmake Format vcpkg_cmake_configure * add the port of bsio library Co-authored-by: duzhongwei <duzhongwei@querycap.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/bsio/vcpkg.json')
-rw-r--r--ports/bsio/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/bsio/vcpkg.json b/ports/bsio/vcpkg.json
new file mode 100644
index 000000000..fe8fad416
--- /dev/null
+++ b/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
+ }
+ ]
+}