You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,4 @@ CMake is an open source cross-platform meta build system that works on Windows,
4
4
5
5
*CMake by Example* is a hands-on introduction to how to use CMake to build C/C++ projects using annotated example projects. Make sure you have [installed the latest version of CMake on your system](https://cmake.org/download/). Check out the first [Hello world](hello-world.md) example to get started.
6
6
7
-
<!-- This works because our `SUMMARY.md` just so happens to match the format that we need here. -->
8
-
{{#include SUMMARY.md:7:}}
7
+
<!-- cmdrun grep '^- ' SUMMARY.md | sed 's/README\.md/index.html/' -->
0 commit comments