mirror of
1
0
Fork 0
modern-cmake/book.json

12 lines
330 B
JSON
Raw Normal View History

2017-10-18 14:48:28 +02:00
{
"title": "Modern CMake",
"description": "A guide to writing simple, powerful, and clean CMake 3.1+ builds.",
"author": "Henry Schreiner",
2018-03-29 13:26:47 +02:00
"plugins": ["collapsible-menu", "hints", "term", "include-codeblock"],
2018-03-28 21:24:38 +02:00
"pluginsConfig": {
"include-codeblock": {
"fixlang": true
}
}
2017-10-18 14:48:28 +02:00
}