diff options
Diffstat (limited to 'vcpkg/ports/mio/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mio/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/mio/vcpkg.json b/vcpkg/ports/mio/vcpkg.json new file mode 100644 index 0000000..5d991a1 --- /dev/null +++ b/vcpkg/ports/mio/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "mio", + "version-date": "2023-03-03", + "description": "Cross-platform header-only C++11 library for memory mapped file IO.", + "homepage": "https://github.com/mandreyel/mio", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |