1 Star 1 Fork 2

hzy/taskflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TaskflowConfig.cmake.in 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
craffael 提交于 2021-09-24 18:07 . Make installation relocatable
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
get_filename_component(@PROJECT_NAME@_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_target_property(@PROJECT_NAME@_INCLUDE_DIR @PROJECT_NAME@::@PROJECT_NAME@ INTERFACE_INCLUDE_DIRECTORIES)
message(STATUS "@PROJECT_NAME@ found. Headers: ${@PROJECT_NAME@_INCLUDE_DIR}")
check_required_components(@PROJECT_NAME@)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanzhongyi/taskflow.git
[email protected]:hanzhongyi/taskflow.git
hanzhongyi
taskflow
taskflow
master

搜索帮助