Bump to libzip 1.9.2
[platform/upstream/libzip.git] / libzip-config.cmake.in
1 @PACKAGE_INIT@
2
3 # only needed for static library, and doesn't work as-is
4 #include(CMakeFindDependencyMacro)
5 #find_dependency(ZLIB::ZLIB)
6 # how to handle the optional dependencies?
7 # Provide all our library targets to users.
8 include("${CMAKE_CURRENT_LIST_DIR}/libzip-targets.cmake")
9
10 check_required_components(libzip)
11