diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-11-10 09:28:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-10 09:28:45 -0800 |
| commit | 74844c75467ddd9af502df0b927cd5e7115d04aa (patch) | |
| tree | ffff3110b295e7a31000788204cd8304be3039a9 /ports/libmysql/CONTROL | |
| parent | 19fe942c1338fac61b46df4823501a532c1b3d0e (diff) | |
| download | vcpkg-74844c75467ddd9af502df0b927cd5e7115d04aa.tar.gz vcpkg-74844c75467ddd9af502df0b927cd5e7115d04aa.zip | |
[libmysql/libmariadb] Export unofficial cmake targets (#14290)
* [libmysql/libmariadb] Add vcpkg-cmake-wrapper and usage
* [libmysql] Export target unofficial-libmysql
* [libmariadb] Export target unofficial-libmariadb
* Add conditions
* Remove empty folder
* [libmysql] Enable static build, generate library mysqlclient
* Update ports/libmysql/CONTROL
* [libmysql] Re-write portfile.cmake
* [vcpkg_clean_executables_in_bin] clean up the pdbs
* [libmysql] Fix tools on non-Windows
* [libmysql] Fix tools, fix wrapper
* [libmysql] Add macro libmysql_FOUND
* [vcpkg_clean_executables_in_bin] Revert changes
* [libmysql] Export unofficial-libmysql on both dynamic and static
* Update ports/libmariadb/export-cmake-targets.patch
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/libmysql/CONTROL')
| -rw-r--r-- | ports/libmysql/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/libmysql/CONTROL b/ports/libmysql/CONTROL index 3979b9344..4a9f2d2ba 100644 --- a/ports/libmysql/CONTROL +++ b/ports/libmysql/CONTROL @@ -1,5 +1,6 @@ Source: libmysql Version: 8.0.20 +Port-Version: 1 Homepage: https://github.com/mysql/mysql-server Build-Depends: boost-algorithm, boost-geometry, boost-optional, boost-functional, boost-graph, openssl, icu, libevent, lz4, zlib Description: A MySQL client library for C development. |
