File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ Branch | Travis CI | AppVeyor
11
11
[ ![ CMake] ( https://github.com/a-chernenko/concol/actions/workflows/cmake.yml/badge.svg )] ( https://github.com/a-chernenko/concol/actions/workflows/cmake.yml )
12
12
13
13
14
+ ## Configuring
15
+
16
+ ` cmake -B build-release -DCMAKE_BUILD_TYPE=Release `
17
+
18
+ ` cmake -B build-debug -DCMAKE_BUILD_TYPE=Debug `
19
+
20
+ ## Building
21
+
22
+ ` cmake --build build-release `
23
+
24
+ ` cmake --build build-debug `
25
+
14
26
## Example
15
27
16
28
``` c
@@ -346,4 +358,4 @@ Branch | Travis CI | AppVeyor
346
358
347
359
## Example Console Output
348
360
349
- 
361
+ 
You can’t perform that action at this time.
0 commit comments