Just do
$ cmake --preset=debugTo build the project in debug mode.
For release mode, use
$ cmake --preset=releaseTo build the project itself
$ cmake --build buildAnd done, see that was easy.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Just do
$ cmake --preset=debugTo build the project in debug mode.
For release mode, use
$ cmake --preset=releaseTo build the project itself
$ cmake --build buildAnd done, see that was easy.