An open API service indexing awesome lists of open source software.

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++

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
```