From 7c6c692bdcceae80a7a8620d36d210903f569f1a Mon Sep 17 00:00:00 2001 From: Alexander Chernenko Date: Wed, 10 Nov 2021 15:45:25 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d40c81f..84fba56 100644 --- a/README.md +++ b/README.md @@ -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