diff options
| author | IronsDu <irons.du@gmail.com> | 2021-05-14 02:07:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 11:07:01 -0700 |
| commit | eba919784de3c4fbf2be79a5a8f7fdb9dcd8927f (patch) | |
| tree | 7a6ac1c88e6e72ef406f5a04ccd2d3de11cae6e1 /versions | |
| parent | 6a274ad4b370b3b729d3af6227f57257ec708b43 (diff) | |
| download | vcpkg-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 'versions')
| -rw-r--r-- | versions/b-/bsio.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/b-/bsio.json b/versions/b-/bsio.json new file mode 100644 index 000000000..b4a0c6959 --- /dev/null +++ b/versions/b-/bsio.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "f44938b5f2dcb43b73f40a5e9220db2a811bfb85", + "version": "1.0.0", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index e6345a1d1..b4e6edf3b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1044,6 +1044,10 @@ "baseline": "1.11.0", "port-version": 0 }, + "bsio": { + "baseline": "1.0.0", + "port-version": 0 + }, "bullet3": { "baseline": "2.89-1", "port-version": 0 |
