mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 15:09:01 +08:00
10 lines
239 B
CMake
10 lines
239 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency(libmysql)
|
||
|
find_dependency(Boost)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-mysql-connector-cpp-targets.cmake")
|
||
|
check_required_components(mysql-connector-cpp)
|