mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
23d3731eae
* [libmysql] Update to 8.0.34 * [libmysql] Fix deps * [libmysql] Fix deps, cont. * WIP * WIP * [libmysql] Don't wrap downstream Find modules Downstream Find modules are not standardized and cannot be wrapped reliably. By moving the legacy wrapper behaviour to a config module, we can catch those users which were relying on the old usage, and display the instructions for migrating to the canonical unofficial usage. * [libmysql] Cross build stuff * [libmysql] Cross build stuff * [libmysql] Cross build stuff
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
libmysql provides CMake targets:
|
|
|
|
find_package(unofficial-libmysql REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::libmysql::libmysql)
|