aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nanodbc/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/nanodbc/vcpkg.json')
-rw-r--r--vcpkg/ports/nanodbc/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/nanodbc/vcpkg.json b/vcpkg/ports/nanodbc/vcpkg.json
new file mode 100644
index 0000000..296e352
--- /dev/null
+++ b/vcpkg/ports/nanodbc/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "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
+ }
+ ]
+}