aboutsummaryrefslogtreecommitdiff
path: root/ports/libodb
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-04-08 04:16:19 +0800
committerGitHub <noreply@github.com>2021-04-07 13:16:19 -0700
commit7c89056c075f9283a9e1cfe270487d2e2d52d246 (patch)
treefce058c780829dad34d284612ccb7f048116aa92 /ports/libodb
parentff615bb6a94aba978c7c1efdf569b519f61c2ead (diff)
downloadvcpkg-7c89056c075f9283a9e1cfe270487d2e2d52d246.tar.gz
vcpkg-7c89056c075f9283a9e1cfe270487d2e2d52d246.zip
[libodb-mysql] Fix usage (#16975)
* [libodb-mysql] Fix usage * update version record * Revert changes about target name, add usage * [libodb] Add component mysql * update version record
Diffstat (limited to 'ports/libodb')
-rw-r--r--ports/libodb/CONTROL4
-rw-r--r--ports/libodb/odbConfig.cmake2
-rw-r--r--ports/libodb/vcpkg.json7
3 files changed, 8 insertions, 5 deletions
diff --git a/ports/libodb/CONTROL b/ports/libodb/CONTROL
deleted file mode 100644
index 71af41914..000000000
--- a/ports/libodb/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: libodb
-Version: 2.4.0-6
-Homepage: https://www.codesynthesis.com/products/odb/
-Description: ODB library, base runtime for the ODB ORM solution
diff --git a/ports/libodb/odbConfig.cmake b/ports/libodb/odbConfig.cmake
index afe51dc16..f3037bde1 100644
--- a/ports/libodb/odbConfig.cmake
+++ b/ports/libodb/odbConfig.cmake
@@ -1,4 +1,4 @@
-set(_supported_components libodb sqlite pgsql)
+set(_supported_components libodb sqlite mysql pgsql)
foreach(_comp ${odb_FIND_COMPONENTS})
if(NOT ";${_supported_components};" MATCHES _comp)
diff --git a/ports/libodb/vcpkg.json b/ports/libodb/vcpkg.json
new file mode 100644
index 000000000..e45b478d4
--- /dev/null
+++ b/ports/libodb/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "libodb",
+ "version": "2.4.0",
+ "port-version": 7,
+ "description": "ODB library, base runtime for the ODB ORM solution",
+ "homepage": "https://www.codesynthesis.com/products/odb/"
+}