2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2022-03-31 10:41:13 +00:00
|
|
|
include(QtFindWrapHelper NO_POLICY_SCOPE)
|
|
|
|
|
|
|
|
qt_find_package_system_or_bundled(wrap_zlib
|
|
|
|
FRIENDLY_PACKAGE_NAME "ZLIB"
|
|
|
|
WRAP_PACKAGE_TARGET "WrapZLIB::WrapZLIB"
|
|
|
|
WRAP_PACKAGE_FOUND_VAR_NAME "WrapZLIB_FOUND"
|
|
|
|
BUNDLED_PACKAGE_NAME "BundledZLIB"
|
|
|
|
BUNDLED_PACKAGE_TARGET "BundledZLIB"
|
|
|
|
SYSTEM_PACKAGE_NAME "WrapSystemZLIB"
|
|
|
|
SYSTEM_PACKAGE_TARGET "WrapSystemZLIB::WrapSystemZLIB"
|
|
|
|
)
|