File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ Branch | Travis CI | AppVeyor
1111[ ![ CMake] ( https://github.com/a-chernenko/concol/actions/workflows/cmake.yml/badge.svg )] ( https://github.com/a-chernenko/concol/actions/workflows/cmake.yml )
1212
1313
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+
1426## Example
1527
1628``` c
@@ -346,4 +358,4 @@ Branch | Travis CI | AppVeyor
346358
347359## Example Console Output
348360
349- 
361+ 
You can’t perform that action at this time.
0 commit comments