vcpkg/ports/soci/CONTROL
emexal-company 9d1ffee0e1
[SOCI] Add support for soci-mysql connector (#15577)
* Add support for soci-mysql connector

* Better fix to support soci-mysql connector

* SOCI Port-Version, mysql options

* Do not add the options several times

* Remove extra parenthesis

* [soci] Correct cmake config file name

* update baseline

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-16 19:43:54 -08:00

25 lines
547 B
Plaintext

Source: soci
Version: 4.0.1
Port-Version: 1
Homepage: https://github.com/SOCI/soci
Description: SOCI database access library
Feature: boost
Build-Depends: boost-date-time, boost-fusion, boost-optional, boost-preprocessor, boost-tuple
Description: Integration with Boost
Feature: sqlite3
Build-Depends: sqlite3
Description: Build sqlite3 backend
Feature: postgresql
Build-Depends: libpq
Description: Build postgresql backend
Feature: odbc
Description: Build odbc backend
Feature: mysql
Build-Depends: libmysql
Description: Build mysql backend