Initial commit

This commit is contained in:
2025-04-19 14:48:02 +02:00
commit d10c5c980c
18 changed files with 1180 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
## Build instructions
```sh
cmake -B build
make -C build
```
Pass `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=Release` to
`cmake` to select the according build configuration.
This builds a CLI that can be then found in `./build/bin/katja`.