Skip to content

Commit faa1eaf

Browse files
committed
Merge branch 'develop' of https://github.com/a-chernenko/concol into develop
2 parents 70b5a8b + 7c6c692 commit faa1eaf

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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-
![test_concol](https://user-images.githubusercontent.com/11569734/140966280-af4017a5-0ff1-4e25-acc9-4113b455414e.png)
361+
![test_concol](https://user-images.githubusercontent.com/11569734/140971353-006dec5f-ce88-43c7-8a64-b4a3c8780c60.png)

0 commit comments

Comments
 (0)