diff options
Diffstat (limited to 'vcpkg/ports/flatcc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/flatcc/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/flatcc/vcpkg.json b/vcpkg/ports/flatcc/vcpkg.json new file mode 100644 index 0000000..e846021 --- /dev/null +++ b/vcpkg/ports/flatcc/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "flatcc", + "version": "0.6.1", + "description": "FlatBuffers Compiler and Library in C for C", + "homepage": "https://github.com/dvidelabs/flatcc", + "license": "Apache-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |