aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libodb-boost/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libodb-boost/vcpkg.json')
-rw-r--r--vcpkg/ports/libodb-boost/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libodb-boost/vcpkg.json b/vcpkg/ports/libodb-boost/vcpkg.json
new file mode 100644
index 0000000..b216d72
--- /dev/null
+++ b/vcpkg/ports/libodb-boost/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "libodb-boost",
+ "version": "2.4.0",
+ "port-version": 7,
+ "description": "Description: Boost support for the ODB ORM library",
+ "dependencies": [
+ "libodb",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}