aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp-sqlite/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/oatpp-sqlite/vcpkg.json')
-rw-r--r--vcpkg/ports/oatpp-sqlite/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp-sqlite/vcpkg.json b/vcpkg/ports/oatpp-sqlite/vcpkg.json
new file mode 100644
index 0000000..1f7d881
--- /dev/null
+++ b/vcpkg/ports/oatpp-sqlite/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "oatpp-sqlite",
+ "version": "1.3.0",
+ "port-version": 2,
+ "description": "Oat++ SQLite adapter for Oat++ ORM.",
+ "homepage": "https://github.com/oatpp/oatpp-sqlite",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "oatpp",
+ "sqlite3",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}