blob: c6c600cb73d96de103d0076411392356f0b7a245 [file] [log] [blame]
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(ZLIB::ZLIB)
# how to handle the optional dependencies?
# Provide all our library targets to users.
include("${CMAKE_CURRENT_LIST_DIR}/libzip-targets.cmake")
check_required_components(libzip)