initial commit

This commit is contained in:
2026-04-07 20:55:30 +08:00
commit 81d1fb7856
84 changed files with 11929 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
```
cmake -S . -B build
cmake --build build -j
./build/client/gui/landscape_tool
```
```
cmake --build build --target update_translations
```