vcpkg/ports/nanodbc/vcpkg.json
2023-10-02 20:31:05 -07:00

22 lines
408 B
JSON

{
"name": "nanodbc",
"version": "2.13.0",
"port-version": 7,
"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
}
]
}