vcpkg/ports/nanodbc/vcpkg.json
2021-10-13 14:41:53 -07:00

22 lines
408 B
JSON

{
"name": "nanodbc",
"version": "2.13.0",
"port-version": 5,
"description": "A small C++ wrapper for the native C ODBC API.",
"homepage": "https://github.com/nanodbc/nanodbc",
"dependencies": [
{
"name": "unixodbc",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}