mirror of
https://github.com/ProgramSnail/build_system_2022.git
synced 2025-12-06 00:48:42 +00:00
init
This commit is contained in:
parent
4d899f64a7
commit
b4a7121411
23 changed files with 681 additions and 11 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
### Build System
|
||||
|
||||
Сборка:
|
||||
|
||||
```
|
||||
mkdir build && cd build
|
||||
|
||||
cmake .. && make
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue