yuzu/externals/vcpkg/ports/nanodbc/vcpkg.json

22 lines
408 B
JSON
Executable File

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