summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-07-29 22:34:54 +0200
committerEugen Wissner <belka@caraus.de>2025-07-29 22:37:12 +0200
commitc1367e494e195999fc3e868ca16df2037ac6899a (patch)
treeebe9e928120c32bbde7496960d4b1935d8411942 /README.md
parent692edeb8e156f842433cd32236d960223ded4ab0 (diff)
downloadkatja-c1367e494e195999fc3e868ca16df2037ac6899a.tar.gz
Enable C++20 and use cmake 4
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ba79b5..688a064 100644
--- a/README.md
+++ b/README.md
@@ -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
```