摘要: configure_file简介 configure_file 将文件复制到另一个位置并修改其内容。该命令将<input>文件复制到<output>文件,并根据指定规则对其内容进行转换。 configure_file(<input> <output> [NO_SOURCE_PERMISSIONS | 阅读全文
posted @ 2022-05-21 22:50 明明1109 阅读(1123) 评论(0) 推荐(0)
摘要: 目录git submodule应用通过git submodule为模块A引用子模块Bgit clone包含子模块B的代码仓库Agit submodule工作原理拉取子模块代码添加子模块删除子模块实战:为项目添加依赖库non-boost asio环境asio依赖包使用git submodule机制为项 阅读全文
posted @ 2022-05-21 22:37 明明1109 阅读(3381) 评论(0) 推荐(0)