vcpkg/ports/poco/CONTROL
James Chang 4ff90ec430 [poco] build with MySQL support (#2088)
* [poco] build with MySQL support

Set proper variables to enable MySQL support if libmysql port is installed

* [poco] Move Mysql support to a feature. Enable CMake config files.
2017-11-01 01:27:12 -07:00

9 lines
321 B
Plaintext

Source: poco
Version: 1.7.8-2
Build-Depends: zlib, pcre, sqlite3, expat
Description: Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.
Feature: mysql
Build-Depends: libmysql
Description: Mysql support for POCO