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