We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef5280 commit 434e523Copy full SHA for 434e523
SourceCode/Builds/cmake_guide.md
@@ -151,6 +151,12 @@ cmake -DGENZH_ZEROHOUR_INSTALL_PREFIX="/path/to/install" .
151
152
## 6. **Building Specific Targets**
153
154
+> [!IMPORTANT]
155
+> Please note that specific **targets** (such as `z_generals` or `z_worldbuilder`) will only work if the corresponding
156
+> game source tree is enabled through the appropriate **preset** (e.g., `DGENZH_BUILD_ZEROHOUR` or
157
+> `DGENZH_BUILD_ZEROHOUR_TOOLS`). Make sure the relevant game sources are included in the configuration before
158
+> attempting to build the **targets**.
159
+
160
You can build specific targets by specifying them in the build command. The common targets are:
161
162
> [!TIP]
0 commit comments