https://github.com/stevenferrer/meson-example
meson example with c++
https://github.com/stevenferrer/meson-example
cpp meson
Last synced: 9 months ago
JSON representation
meson example with c++
- Host: GitHub
- URL: https://github.com/stevenferrer/meson-example
- Owner: stevenferrer
- License: mit
- Created: 2023-02-19T05:29:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T05:40:16.000Z (over 3 years ago)
- Last Synced: 2025-06-21T21:36:34.025Z (about 1 year ago)
- Topics: cpp, meson
- Language: Meson
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meson-example
meson example with c++.
## Setup
```sh
$ meson setup builddir
```
## Build
```sh
$ meson compile -c builddir
```
## Test
```sh
$ meson test -c builddir
```