vcpkg/ports/nanodbc/vcpkg.json
2023-11-23 22:54:52 -08:00

23 lines
430 B
JSON

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