diff options
Diffstat (limited to 'vcpkg/ports/libodb/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libodb/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libodb/vcpkg.json b/vcpkg/ports/libodb/vcpkg.json new file mode 100644 index 0000000..f4e4148 --- /dev/null +++ b/vcpkg/ports/libodb/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "libodb", + "version": "2.4.0", + "port-version": 12, + "description": "ODB library, base runtime for the ODB ORM solution", + "homepage": "https://www.codesynthesis.com/products/odb/", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |