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