用户工具

站点工具


bit010:7_随笔笔记:8_历史的:未整理:cmake_外部下载

https://blog.csdn.net/juluwangriyue/article/details/119952166

https://www.cnblogs.com/pandamohist/p/13699911.html

# fetchcontent重点来了
#-------------------------------------------------------------------
include(fetchcontent)
 fetchcontent_declare(	spdlog	#库名字
						GIT_REPOSITORY https://gitee.com/mohistH/spdlog.git	# 仓库地址
						GIT_TAG v1.x # 库版本
						SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ext/spdlog # 指定库下载地址
						)

fetchcontent_makeavailable(spdlog)
bit010/7_随笔笔记/8_历史的/未整理/cmake_外部下载.txt · 最后更改: 2025/05/26 15:30 由 127.0.0.1