diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-04-08 04:16:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:16:19 -0700 |
| commit | 7c89056c075f9283a9e1cfe270487d2e2d52d246 (patch) | |
| tree | fce058c780829dad34d284612ccb7f048116aa92 /ports/libodb | |
| parent | ff615bb6a94aba978c7c1efdf569b519f61c2ead (diff) | |
| download | vcpkg-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/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libodb/odbConfig.cmake | 2 | ||||
| -rw-r--r-- | ports/libodb/vcpkg.json | 7 |
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/" +} |
