build_system_2022/README.md

10 lines
83 B
Markdown
Raw Permalink Normal View History

2022-08-04 01:22:09 +03:00
### Build System
Сборка:
```
mkdir build && cd build
cmake .. && make
```