diff options
Diffstat (limited to 'vcpkg/ports/flatbush/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/flatbush/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/flatbush/vcpkg.json b/vcpkg/ports/flatbush/vcpkg.json new file mode 100644 index 0000000..f3ad44a --- /dev/null +++ b/vcpkg/ports/flatbush/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "flatbush", + "version": "1.3.0", + "description": "A C++11 header-only single file port of Flatbush", + "homepage": "https://github.com/chusitoo/flatbush", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |