move engine to shared lib

This commit is contained in:
2025-03-13 00:09:05 +02:00
parent cf7e577b42
commit d2fcb9a24a
7 changed files with 267 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
# Hiisi
One more Hiisi-engine
One more Hiisi-engine.
```bash
git clone --recurse-submodules -j8 git@git.kitemoonsche.me:schme/Hiisi.git
```
## Build
```bash
cmake -B build -S . -G Ninja
cmake --build build
```