Enable C++20 and use cmake 4

This commit is contained in:
2025-07-29 22:34:54 +02:00
parent 692edeb8e1
commit c1367e494e
7 changed files with 179 additions and 210 deletions

View File

@@ -11,7 +11,7 @@ implementation, that exposes the library to a user.
## Build instructions
```sh
cmake -B build
cmake -B build -G Ninja
make -C build
```