1 Star 1 Fork 1

hwangyungping/Modern-CMake-zh_CN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
book.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
{
"gitbook": "3.x.x",
"language" : "zh-hans",
"title": "Modern CMake",
"description": "A guide to writing simple, powerful, and clean CMake 3.1+ builds.",
"author": "Henry Schreiner",
"plugins": ["replace", "hints", "term", "include-codeblock", "ace", "github-edit", "pageview-count"],
"root": ".",
"links": {
"sidebar": {
"GitHub Repo": "https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN"
}
},
"pluginsConfig": {
"github-edit": {
"repo": "Modern-CMake-CN/Modern-CMake-zh_CN",
"branch": "master"
},
"replace": {
"substitutes": [
{"pattern": "«cmake:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/manual/cmake-$1.7.html)"},
{"pattern": "«command:`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$1`](https://cmake.org/cmake/help/latest/command/$1.html)"},
{"pattern": "«envvar:`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$1`](https://cmake.org/cmake/help/latest/envvar/$1.html)"},
{"pattern": "«module:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/module/$1.html)"},
{"pattern": "«policy:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/policy/$1.html)"},
{"pattern": "«variable:`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$1`](https://cmake.org/cmake/help/latest//$1.html)"},
{"pattern": "«prop:([^:]+):`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$2`](https://cmake.org/cmake/help/latest/prop_$1/$2.html)"}
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hwangyungping/Modern-CMake-zh_CN.git
[email protected]:hwangyungping/Modern-CMake-zh_CN.git
hwangyungping
Modern-CMake-zh_CN
Modern-CMake-zh_CN
master

搜索帮助