Skip to content

Commit bef5280

Browse files
committed
Improve formatting and section headers in CMake guide for clarity
1 parent feab16d commit bef5280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SourceCode/Builds/cmake_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To install the built project, use:
116116
cmake --install build/win32
117117
```
118118

119-
> [!NOTE]
119+
> [!NOTE]
120120
> Replace the folder preset name as needed. This installs the executable project in the specified paths (see next
121121
> section).
122122
<!-- markdownlint-disable-line -->
@@ -184,7 +184,7 @@ Replace the folder preset name as needed.
184184

185185
## 7. **Examples**
186186

187-
1. **Build Zero Hour with Debug Configuration and Tools:**
187+
### **Build Zero Hour with Debug Configuration and Tools:**
188188

189189
To build the Zero Hour code along with its tools in debug mode, use the following command:
190190

@@ -199,7 +199,7 @@ cmake --build build/win32dbg
199199
cmake --install build/win32dbg
200200
```
201201
<!-- markdownlint-disable-next-line -->
202-
2. **Build Only World Builder Tool:**
202+
### **Build Only World Builder Tool:**
203203

204204
To build only the World Builder tool for Zero Hour, use the following command:
205205

@@ -214,7 +214,7 @@ cmake --build build/win32
214214
cmake --install build/win32 --config Release
215215
```
216216
<!-- markdownlint-disable-next-line -->
217-
3. **Complete Build and Installation Process for Generals with Extras and Custom Path:**
217+
### **Build Generals with Extras and Custom Installation Path:**
218218

219219
To build the Generals code with additional extras, configure the build for release, and then install the executable to a
220220
custom directory, you can run the following commands in sequence:

0 commit comments

Comments
 (0)