mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
11 lines
255 B
CMake
11 lines
255 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(ZLIB)
|
||
|
if ("@ENABLE_BZIP2@")
|
||
|
find_dependency(BZip2)
|
||
|
endif()
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-minizipTargets.cmake")
|
||
|
check_required_components(unofficial-minizip)
|