10 lines
143 B
Markdown
10 lines
143 B
Markdown
|
|
```
|
|
cmake -S . -B build
|
|
cmake --build build -j
|
|
./build/client/gui/landscape_tool
|
|
```
|
|
|
|
```
|
|
cmake --build build --target update_translations
|
|
``` |