File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ for the configuration process.
32
32
33
33
All of the most basic CMake configurations for DXC follow a similar format to:
34
34
35
- .. code :: sh
35
+ .. code-block :: sh
36
+
36
37
cmake < Repository Root> \
37
38
-C < Repository Root> /cmake/caches/PredefinedParams.cmake \
38
39
-DCMAKE_BUILD_TYPE=< Build Type> \
@@ -52,7 +53,8 @@ Generating a Visual Studio Solution
52
53
53
54
Open a Visual Stuido command prompt and run:
54
55
55
- .. code :: sh
56
+ .. code-block :: sh
57
+
56
58
cmake < Repository Root> \
57
59
-B < Path to Output> \
58
60
-C < Repository Root> /cmake/caches/PredefinedParams.cmake \
@@ -79,7 +81,8 @@ Generating Ninja or Makefiles
79
81
80
82
In your preferred terminal run:
81
83
82
- .. code :: sh
84
+ .. code-block :: sh
85
+
83
86
cmake < Repository Root> \
84
87
-B < Path to Output> \
85
88
-C < Repository Root> /cmake/caches/PredefinedParams.cmake \
You can’t perform that action at this time.
0 commit comments