1 Star 0 Fork 0

嬲爆爆/QuaZIP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
QuaZipConfig.cmake.in 873 Bytes
一键复制 编辑 原始数据 按行查看 历史
嬲爆爆 提交于 2024-06-14 20:51 . 初始导入
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
if(@QUAZIP_QT_MAJOR_VERSION@ EQUAL 6)
find_dependency(Qt6 REQUIRED COMPONENTS Core Core5Compat)
elseif(@QUAZIP_QT_MAJOR_VERSION@ EQUAL 5)
find_dependency(Qt5 REQUIRED COMPONENTS Core)
elseif(@QUAZIP_QT_MAJOR_VERSION@ EQUAL 4)
find_dependency(Qt4 4.5.0 REQUIRED COMPONENTS QtCore)
else()
message(FATAL_ERROR "Qt version QUAZIP_QT_MAJOR_VERSION=@QUAZIP_QT_MAJOR_VERSION@ is unsupported")
endif()
if(@QUAZIP_BZIP2@)
find_dependency(BZip2 REQUIRED)
endif()
if(@QUAZIP_USE_QT_ZLIB@)
find_dependency(Qt@QUAZIP_QT_MAJOR_VERSION@ REQUIRED COMPONENTS @QUAZIP_QT_ZLIB_COMPONENT@)
else()
find_dependency(ZLIB REQUIRED)
endif()
set_target_properties(QuaZip::QuaZip PROPERTIES IMPORTED_GLOBAL TRUE)
check_required_components(@QUAZIP_PACKAGE_NAME@)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/itxz-repository/qua-zip.git
[email protected]:itxz-repository/qua-zip.git
itxz-repository
qua-zip
QuaZIP
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385