Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/a-chernenko/concol into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
a-chernenko committed Nov 10, 2021
2 parents 70b5a8b + 7c6c692 commit faa1eaf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Branch | Travis CI | AppVeyor
[![CMake](https://github.com/a-chernenko/concol/actions/workflows/cmake.yml/badge.svg)](https://github.com/a-chernenko/concol/actions/workflows/cmake.yml)


## Configuring

`cmake -B build-release -DCMAKE_BUILD_TYPE=Release`

`cmake -B build-debug -DCMAKE_BUILD_TYPE=Debug`

## Building

`cmake --build build-release`

`cmake --build build-debug`

## Example

```c
Expand Down Expand Up @@ -346,4 +358,4 @@ Branch | Travis CI | AppVeyor
## Example Console Output
![test_concol](https://user-images.githubusercontent.com/11569734/140966280-af4017a5-0ff1-4e25-acc9-4113b455414e.png)
![test_concol](https://user-images.githubusercontent.com/11569734/140971353-006dec5f-ce88-43c7-8a64-b4a3c8780c60.png)

0 comments on commit faa1eaf

Please sign in to comment.