diff options
Diffstat (limited to 'vcpkg/ports/mman/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mman/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/mman/vcpkg.json b/vcpkg/ports/mman/vcpkg.json new file mode 100644 index 0000000..2554140 --- /dev/null +++ b/vcpkg/ports/mman/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "mman", + "version-string": "git-f5ff813", + "port-version": 5, + "description": "A light implementation of the mmap functions for MinGW.", + "homepage": "https://github.com/witwall/mman-win32", + "supports": "windows", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |