blob: 66723804fac9db93067d944313b9ce39ea1b9741 (
plain)
1
2
3
4
5
6
7
|
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(ZLIB)
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
check_required_components("@PROJECT_NAME@")
|