git-subtree-dir: libs/CommService git-subtree-split: 7ccc0fce88bbc5969df060058cf0fb57abe3bcf9
11 lines
107 B
Markdown
11 lines
107 B
Markdown
# CLI11 Meson test / example
|
|
|
|
Requirements: meson, ninja
|
|
|
|
## Build
|
|
|
|
```bash
|
|
meson build
|
|
ninja -C build
|
|
```
|