aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1f9302a06344c972769d13488aea1168e9fed364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Myn

Just do

```bash
$ cmake --preset=debug
```
To build the project in debug mode.

For release mode, use

```bash
$ cmake --preset=release
```

To build the project itself
```bash
$ cmake --build build
```

And done, see that was easy.