58 Star 379 Fork 146

cpp-master / cpp-tbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Config.cmake.in 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lucas 提交于 2023-06-15 00:38 . support find_package()
@PACKAGE_INIT@
set(_cpp_tbox_supported_components "@TBOX_COMPONENTS@")
foreach(_comp ${tbox_FIND_COMPONENTS})
if (NOT _comp IN_LIST _cpp_tbox_supported_components)
set(tbox_FOUND False)
set(tbox_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}, supported list: ${_cpp_tbox_supported_components}")
endif()
include("${CMAKE_CURRENT_LIST_DIR}/tbox_${_comp}_targets.cmake")
endforeach()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cpp-master/cpp-tbox.git
git@gitee.com:cpp-master/cpp-tbox.git
cpp-master
cpp-tbox
cpp-tbox
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891