公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
readme
游雁
2023-04-23
6d8362f80beb3ef13af5312fc2c74a9d6ecf308a
[python/FunASR-XL.git]
/
funasr
/
runtime
/
rapidpunc
/
yaml-cpp
/
test
/
gtest-1.11.0
/
googletest
/
cmake
/
Config.cmake.in
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
if (@GTEST_HAS_PTHREAD@)
set(THREADS_PREFER_PTHREAD_FLAG @THREADS_PREFER_PTHREAD_FLAG@)
find_dependency(Threads)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("@project_name@")