1 Star 0 Fork 175

xpmf/cpp-tbox

forked from cpp-master/cpp-tbox 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Config.cmake.in 405 Bytes
Copy Edit Raw Blame History
Lucas authored 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/xpmf/cpp-tbox.git
git@gitee.com:xpmf/cpp-tbox.git
xpmf
cpp-tbox
cpp-tbox
master

Search